Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 10405:2d30d66a89ad
whitespace cleanup
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 08 Feb 2010 20:51:23 +0100 |
parents | 65a90c8e11ee |
children | 5fc090ba08a6 |
line wrap: on
line diff
--- 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)