Tweaked (normalized) how branches are expressed by bin/mergeready.

- Legacy-Id: 10509
This commit is contained in:
Henrik Levkowetz 2015-11-19 22:19:42 +00:00
parent 09e3f4e96d
commit 041532dc5e

View file

@ -287,7 +287,7 @@ for entry in ready:
#
merge_path = os.path.join(*path.split(os.path.sep)[:4])
if not (rev, repo, merge_path) in hold:
output_line = "%s %-24s %s@%s" % (when.strftime("%Y-%m-%d_%H:%MZ"), who+":", merge_path, rev)
output_line = "%s %-24s ^/%s@%s" % (when.strftime("%Y-%m-%d_%H:%MZ"), who+":", merge_path, rev)
if unittest == 'passed':
ready_commits[when] = output_line
else: