Closed
Bug 976558
Opened 12 years ago
Closed 12 years ago
Links to hg.mozilla.org contain double slash
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gfritzsche, Assigned: jamon)
Details
Attachments
(1 file)
Links to hg.mozilla.org on file views contain a double slash, e.g.:
file view: http://dxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/grid.js
hg log link: http://hg.mozilla.org//mozilla-central/filelog/e3daaa4c73dd/browser/base/content/browser-plugins.js
| Reporter | ||
Comment 1•12 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #0)
> hg log link:
> http://hg.mozilla.org//mozilla-central/filelog/e3daaa4c73dd/browser/base/
> content/browser-plugins.js
Obviously this was supposed to be:
http://hg.mozilla.org//mozilla-central/filelog/e3daaa4c73dd/browser/base/content/newtab/grid.js
| Assignee | ||
Comment 2•12 years ago
|
||
I think this *may* be an issue (typo) with the .hg/hgrc for mozilla-central in DXR and not an issue with code.
I've tested by building a project with a single / or any number of a // in the hgrc file and the double or any number of slashes show up in the Navigation menu if it is mis-typed in the .hg/hgrc file.
I've added a patch to the hg path parser in the omniglot plugin that should ensure a path with exactly one / after the hostname.
Assignee: nobody → jamon
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•12 years ago
|
||
I don't know how to get github to fire off the pull request close to a bug here in bugzilla. However, this fix is in place in master per https://github.com/mozilla/dxr/pull/261
The commit is https://github.com/mozilla/dxr/commit/72835e090506052acf1e34ee5d41bbe100f0a520
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Just say "Fix bug 123456" in the commit message.
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•