mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Fix repo prune output to sort by branch name
We didn't always sort the output. Now we do. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
3778f9d47e
commit
7c6c64d463
@ -810,7 +810,7 @@ class Project(object):
|
|||||||
|
|
||||||
if cb and cb not in kill:
|
if cb and cb not in kill:
|
||||||
kill.append(cb)
|
kill.append(cb)
|
||||||
kill.sort()
|
kill.sort()
|
||||||
|
|
||||||
kept = []
|
kept = []
|
||||||
for branch in kill:
|
for branch in kill:
|
||||||
|
Loading…
Reference in New Issue
Block a user