Skip to content

Commit 041532d

Browse files
committed
Tweaked (normalized) how branches are expressed by bin/mergeready.
- Legacy-Id: 10509
1 parent 09e3f4e commit 041532d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mergeready

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ for entry in ready:
287287
#
288288
merge_path = os.path.join(*path.split(os.path.sep)[:4])
289289
if not (rev, repo, merge_path) in hold:
290-
output_line = "%s %-24s %s@%s" % (when.strftime("%Y-%m-%d_%H:%MZ"), who+":", merge_path, rev)
290+
output_line = "%s %-24s ^/%s@%s" % (when.strftime("%Y-%m-%d_%H:%MZ"), who+":", merge_path, rev)
291291
if unittest == 'passed':
292292
ready_commits[when] = output_line
293293
else:

0 commit comments

Comments
 (0)