[PATCH] localrepo: minor formatting - remove double space

Henri Wiechers hwiechers at gmail.com
Fri Feb 5 09:38:20 CST 2010


# HG changeset patch
# User Henri Wiechers <hwiechers at gmail.com>
# Date 1265382147 -7200
# Node ID 6a223afe3ab4a282ad736a25b2eed449ac743bb4
# Parent  d117089386e220a8ae646834844e3efc39d70fcf
localrepo: minor formatting - remove double space

diff -r d117089386e2 -r 6a223afe3ab4 mercurial/localrepo.py
--- a/mercurial/localrepo.py	Fri Feb 05 07:07:53 2010 -0600
+++ b/mercurial/localrepo.py	Fri Feb 05 17:02:27 2010 +0200
@@ -748,7 +748,7 @@
             return flog.add(text, meta, tr, linkrev, fparent1, fparent2)
 
         # are just the flags changed during merge?
-        if fparent1 !=  fparent2o and manifest1.flags(fname) != fctx.flags():
+        if fparent1 != fparent2o and manifest1.flags(fname) != fctx.flags():
             changelist.append(fname)
 
         return fparent1


More information about the Mercurial-devel mailing list