hgext/rebase.py
branchstable
changeset 14917 2957b8b1e809
parent 14897 b9daa5b7a3af
child 15132 81f76098211e
--- a/hgext/rebase.py	Fri Jul 22 08:03:47 2011 -0700
+++ b/hgext/rebase.py	Thu Jul 21 15:56:15 2011 -0500
@@ -180,7 +180,7 @@
                 for rev in state:
                     branches.add(repo[rev].branch())
                     if len(branches) > 1:
-                        raise util.Abort(_('cannot collapse multiple named ' 
+                        raise util.Abort(_('cannot collapse multiple named '
                             'branches'))