Closed
Bug 1192885
Opened 10 years ago
Closed 2 years ago
Use 'hg log' instead of 'hg parent' to find revision
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mshal, Assigned: gbrown)
Details
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1192068#c2 we should be using `hg log -r . -T '{node}\n'` instead of `hg parent --template='{node}\n'` in mozharness (and possibly elsewhere in tree) to find the revision.
![]() |
Assignee | |
Comment 1•2 years ago
|
||
The change from bug 1192068 is no longer in tree and I can find no similar use of hg parent
.
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•