Show More
@@ -397,7 +397,8 b' def rebase(ui, repo, **opts):' | |||||
397 | if dest.closesbranch() and not keepbranchesf: |
|
397 | if dest.closesbranch() and not keepbranchesf: | |
398 | ui.status(_('reopening closed branch head %s\n') % dest) |
|
398 | ui.status(_('reopening closed branch head %s\n') % dest) | |
399 |
|
399 | |||
400 |
if keepbranchesf |
|
400 | if keepbranchesf: | |
|
401 | if collapsef: | |||
401 | branches = set() |
|
402 | branches = set() | |
402 | for rev in state: |
|
403 | for rev in state: | |
403 | branches.add(repo[rev].branch()) |
|
404 | branches.add(repo[rev].branch()) |
General Comments 0
You need to be logged in to leave comments.
Login now