[PATCH] whitespace cleanup

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Mon Feb 8 13:51:51 CST 2010


# HG changeset patch
# User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
# Date 1265658683 -3600
whitespace cleanup

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1904,7 +1904,7 @@
             return commitid
         finally:
             os.unlink(tmpname)
-        
+
     try:
         wlock = repo.wlock()
         lock = repo.lock()
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1799,7 +1799,7 @@
             # The set of changed files starts empty.
             changedfiles = {}
             collect = changegroup.collector(cl, msng_mnfst_set, changedfiles)
-            
+
             # Create a changenode group generator that will call our functions
             # back to lookup the owning changenode and collect information.
             group = cl.group(msng_cl_lst, identity, collect)


More information about the Mercurial-devel mailing list