Closed
Bug 1436121
Opened 7 years ago
Closed 7 years ago
hg outgoing is broken with firefoxtree + hg 4.5
Categories
(Developer Services :: Mercurial: firefoxtree, defect)
Developer Services
Mercurial: firefoxtree
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: gps)
References
Details
Attachments
(3 files)
I can pull from inbound fine, but outgoing doesn't work. This is with an up-to-date clone of version-control-tools.
ryanvm@ubuntu:~/repos/mozilla$ hg pull inbound
pulling from inbound
searching for changes
no changes found
added 1 pushes
ryanvm@ubuntu:~/repos/mozilla$ hg out inbound
no revisions specified; using . to avoid inspecting multiple heads
abort: repository inbound does not exist!
Comment 1•7 years ago
|
||
This is probably due to https://www.mercurial-scm.org/repo/hg/rev/0ebd94ac56d1
Comment 2•7 years ago
|
||
It looks like either hg upstream needs to be changed, or firefoxtree changed to extend `ui.paths.getpath`.
Assignee | ||
Comment 3•7 years ago
|
||
firefoxtree should define paths more properly. The way it works today is somewhat hacky. I think it should inject fake config options to define the [paths] entries for each Firefox repo.
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8956865 [details]
firefoxtree: remove old code to support pre-3.8;
https://reviewboard.mozilla.org/r/225812/#review231698
Attachment #8956865 -
Flags: review?(sheehan) → review+
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8956866 [details]
firefoxtree: update URI for `hg outgoing` (bug 1436121);
https://reviewboard.mozilla.org/r/225814/#review231706
Attachment #8956866 -
Flags: review?(sheehan) → review+
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8956867 [details]
firefoxtree: document divergence from Mercurial behavior;
https://reviewboard.mozilla.org/r/225816/#review231710
Attachment #8956867 -
Flags: review?(sheehan) → review+
Comment 10•7 years ago
|
||
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/88418a1f9370
firefoxtree: update URI for `hg outgoing` ; r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•