Closed Bug 1136282 Opened 8 years ago Closed 8 years ago

Make the push_printurls.py URLs easier to identify in the output

Categories

(Developer Services :: Mercurial: hg.mozilla.org, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file)

Currently:
...
remote: Trying to insert into pushlog.
remote: Inserted into the pushlog db successfully.
remote: You can view the pushlog for your changes at the following URL:
remote:   https://hg.mozilla.org/try/pushloghtml?changeset=c246d7e8662e
remote: You can view the progress of your build at the following URL:
remote:   https://treeherder.mozilla.org/#/jobs?repo=try&revision=c246d7e8662e

How about:
...
remote: Trying to insert into pushlog.
remote: Inserted into the pushlog db successfully.
remote: 
remote: View the pushlog for these changes here:
remote:   https://hg.mozilla.org/try/pushloghtml?changeset=c246d7e8662e
remote: 
remote: Follow the progress of the jobs on Treeherder:
remote:   https://treeherder.mozilla.org/#/jobs?repo=try&revision=c246d7e8662e

This (a) makes the URLs stand out more, (b) makes it easier to tell the two URLs apart, since they no longer both start with the same four words.
Assignee: nobody → emorley
Attachment #8570920 - Flags: review?(gps) → review+
https://hg.mozilla.org/hgcustom/version-control-tools/rev/eaba75784c04
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Depends on: 1138856
You need to log in before you can comment on or make changes to this bug.