Closed
Bug 764207
Opened 12 years ago
Closed 12 years ago
Tryserver pushes should output TBPL link for the push
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dolske, Assigned: graememcc)
References
Details
Attachments
(1 file)
989 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #663585 +++
"It'd be handy if, when pushing, the hg changeset URL were printed, since often you want to paste that URL into a bug."
It would also be REALLY handy if a Tryserver push spat out a TBPL link for the push, since on occasion people will look at that URL to see results. :)
Presumably all the info should be at-hand...
$ hg log -l 1
changeset: 96464:1b3e7e9f46a5
TBPL link: https://tbpl.mozilla.org/?tree=Try&rev=1b3e7e9f46a5
I suppose there's no reason to limit it exclusively to Try, but that would be the most useful to me.
Comment 1•12 years ago
|
||
Instead of having a push print out the changeset URL, have it post the changeset URL to the bug mentioned in the commit message?
Comment 2•12 years ago
|
||
There are plenty of times I push to try without it being something I want reported in the bug, so I'd rather it be just printed out after pushing.
Comment 3•12 years ago
|
||
Sure. You could also have it distinguish between pushing to try and elsewhere.
Assignee | ||
Comment 4•12 years ago
|
||
Taking the simple approach here.
I guess I'd be slightly cautious about talking to something external in the hook. I believe the hook for pulse.mozilla.org caused a few intermittent tree closures before being disabled.
Attachment #632690 -
Flags: review?(ted.mielczarek)
Comment 5•12 years ago
|
||
Comment on attachment 632690 [details] [diff] [review]
v1
Review of attachment 632690 [details] [diff] [review]:
-----------------------------------------------------------------
Fine with me. In the future, feel free to push changes here without review if you'd like. It's your code. :)
Attachment #632690 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → graememcc_firefox
Reporter | ||
Comment 7•12 years ago
|
||
<3
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•