mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-19 09:51:29 +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:
|
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:
|
||||||
|
Reference in New Issue
Block a user