hgext/rebase.py
changeset 21027 25ee5dbebc6b
parent 20790 49f2d5644f04
child 21197 cb4223c65f79
--- a/hgext/rebase.py	Sat Apr 27 23:19:52 2013 +0200
+++ b/hgext/rebase.py	Tue Nov 26 03:18:56 2013 +0100
@@ -289,6 +289,9 @@
                                                            inclusive=True)
                 external = externalparent(repo, state, targetancestors)
 
+            if dest.closesbranch() and not keepbranchesf:
+                ui.status(_('reopening closed branch head %s\n') % dest)
+
         if keepbranchesf:
             # insert _savebranch at the start of extrafns so if
             # there's a user-provided extrafn it can clobber branch if