[PATCH] rebase: remove trailing whitespace

David Soria Parra dsp at php.net
Fri Jul 22 04:22:31 CDT 2011


# HG changeset patch
# User David Soria Parra <dsp at php.net>
# Date 1311326189 -7200
# Node ID 3968c67033c37e770caf6a028b856099646f7e35
# Parent  96a72cbc6c292554b4e48a39a4c4741668c33211
rebase: remove trailing whitespace

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -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'))
 
 


More information about the Mercurial-devel mailing list