Closed
Bug 544478
Opened 16 years ago
Closed 6 years ago
mxr sometimes creates invalid link for Hg Log and Hg Blame.
Categories
(Webtools Graveyard :: MXR, defect)
Webtools Graveyard
MXR
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: masa141421356, Unassigned)
References
()
Details
(Keywords: dogfood)
When Accessing http://mxr.mozilla.org/mozilla1.9.2/source/dom/base/nsFocusManager.cpp
Now its HG Log link is
http://hg.mozilla.org/releases/mozilla-1.9.2/log/c26c0b08cc5e/dom/base/nsFocusManager.cpp
and it HG Blame link is
http://hg.mozilla.org/releases/mozilla-1.9.2/annotate/c26c0b08cc5e/dom/base/nsFocusManager.cpp
But, both of them shows error page, not HG Log/ HG Blame
-----------
An error occurred while processing your request
revision not found: c26c0b08cc5e
Comment 1•16 years ago
|
||
-> Server Ops, since this is a problem with our HG installation, not our customizations.
Assignee: nobody → server-ops
Component: Hg: Customizations → Server Operations
QA Contact: hg.customizations → mrz
| Reporter | ||
Updated•16 years ago
|
| Reporter | ||
Updated•16 years ago
|
Summary: Error at seeing HG Log of mozilla1.9.2 , nsFocusManager.cpp → mxr sometimes creats invalid link for Hg Log and Hg Blame.
Comment 2•16 years ago
|
||
Why is it a problem with our hg installation? c26c0b08cc5e isn't in my 1.9.2 clone either, so as far as I can tell this is mostly likely an MXR bug (though the links are now working, so maybe hard to track down).
Comment 3•16 years ago
|
||
My theory is that this is a problem with how rejected pushes are handled within hg: when you push but the push is rejected by a hook, it still shows up briefly when you pull from the repository, but I haven't actually spent time to verify this and I thought hg 1.2 fixed this problem (maybe it was 1.3 which we haven't deployed yet).
Comment 4•16 years ago
|
||
I think it was hg 1.3 that fixed that, but I don't recall. Maybe this belongs in MXR, I dunno. I just didn't think that it belonged in Hg Customizations.
Updated•16 years ago
|
Assignee: server-ops → aravind
Updated•16 years ago
|
Summary: mxr sometimes creats invalid link for Hg Log and Hg Blame. → mxr sometimes creates invalid link for Hg Log and Hg Blame.
it's possible this is my fault. mxr is fairly evil about calculating the hg link (i don't want to require hg for mxr to work on an hg repo, although perhaps i should make that a fallback path instead of the default).
Updated•16 years ago
|
Component: Server Operations → Server Operations: Projects
Comment 6•15 years ago
|
||
(In reply to comment #5)
> it's possible this is my fault. mxr is fairly evil about calculating the hg
> link (i don't want to require hg for mxr to work on an hg repo, although
> perhaps i should make that a fallback path instead of the default).
can we get a verified problem or invalid on this?
Assignee: aravind → cshields
Updated•15 years ago
|
Assignee: cshields → nobody
Component: Server Operations: Projects → MXR
Product: mozilla.org → Webtools
QA Contact: mrz → mxr
Comment 7•6 years ago
|
||
mxr is gone, mass closing.
https://searchfox.org/ is a much better alternative.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•