# HG changeset patch # User Peter Arrenbrecht # Date 1265658683 -3600 # Node ID 2d30d66a89ad29f471aa6918fc46121a4bc3fbe8 # Parent 3e7cbe8598711e0ad8b703c525f08187a4573dd9 whitespace cleanup diff -r 3e7cbe859871 -r 2d30d66a89ad mercurial/commands.py --- a/mercurial/commands.py Tue Feb 09 14:02:07 2010 +0100 +++ b/mercurial/commands.py Mon Feb 08 20:51:23 2010 +0100 @@ -1904,7 +1904,7 @@ return commitid finally: os.unlink(tmpname) - + try: wlock = repo.wlock() lock = repo.lock() diff -r 3e7cbe859871 -r 2d30d66a89ad mercurial/localrepo.py --- a/mercurial/localrepo.py Tue Feb 09 14:02:07 2010 +0100 +++ b/mercurial/localrepo.py Mon Feb 08 20:51:23 2010 +0100 @@ -1808,7 +1808,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)