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
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ class Project(object):
|
|||
|
||||
if cb and cb not in kill:
|
||||
kill.append(cb)
|
||||
kill.sort()
|
||||
kill.sort()
|
||||
|
||||
kept = []
|
||||
for branch in kill:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue