comparison 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
comparison
equal deleted inserted replaced
10404:3e7cbe859871 10405:2d30d66a89ad
1806 # logically divide up the task, generate the group. 1806 # logically divide up the task, generate the group.
1807 def gengroup(): 1807 def gengroup():
1808 # The set of changed files starts empty. 1808 # The set of changed files starts empty.
1809 changedfiles = {} 1809 changedfiles = {}
1810 collect = changegroup.collector(cl, msng_mnfst_set, changedfiles) 1810 collect = changegroup.collector(cl, msng_mnfst_set, changedfiles)
1811 1811
1812 # Create a changenode group generator that will call our functions 1812 # Create a changenode group generator that will call our functions
1813 # back to lookup the owning changenode and collect information. 1813 # back to lookup the owning changenode and collect information.
1814 group = cl.group(msng_cl_lst, identity, collect) 1814 group = cl.group(msng_cl_lst, identity, collect)
1815 for chnk in group: 1815 for chnk in group:
1816 yield chnk 1816 yield chnk