[PATCH] fix whitespace

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Sat Jul 12 05:43:09 CDT 2008


# HG changeset patch
# User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
# Date 1215859252 -7200
# Node ID d0e77ca4b993728e4512a436f8c4810fc2962bc8
# Parent  6b7ccfe0b00b1eedecfa70d99572391e01d9e419
fix whitespace

diff --git a/mercurial/util.py b/mercurial/util.py
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -1203,7 +1203,7 @@
             if pf[0] == '`':
                 pf = pf[1:-1] # Remove the quotes
         else:
-           if pf.startswith("'") and pf.endswith("'") and " " in pf:
+            if pf.startswith("'") and pf.endswith("'") and " " in pf:
                 pf = pf[1:-1] # Remove the quotes
         return pf
 


More information about the Mercurial-devel mailing list