mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-20 02:21:08 +08: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:
@ -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:
|
||||
|
Reference in New Issue
Block a user