Closed
Bug 1136272
Opened 10 years ago
Closed 10 years ago
The treeclosure hook reason should be clearer in the message
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
4.26 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
Current example output:
[~/src/inbound]$ hg push try -f
pushing to ssh://hg.mozilla.org/try/
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 17 changesets with 34 changes to 65 files (+1 heads)
remote: Tree try is CLOSED! (https://treestatus.mozilla.org/try?format=json) - Bug 1136195 - Frequent timeouts
remote:
remote:
remote: ************************** ERROR ****************************
remote: To push despite the closed tree, include "CLOSED TREE" in your push comment
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_treeclosure hook failed
Suggestion:
[~/src/inbound]$ hg push try -f
pushing to ssh://hg.mozilla.org/try/
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 17 changesets with 34 changes to 65 files (+1 heads)
remote:
remote:
remote: ************************** ERROR ****************************
remote: Tree try is CLOSED! (https://treestatus.mozilla.org/try?format=json) - Bug 1136195 - Frequent timeouts
remote: To push despite the closed tree, include "CLOSED TREE" in your push comment
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_treeclosure hook failed
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → emorley
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8570937 -
Flags: review?(gps)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8570937 -
Flags: review?(gps) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•