##// END OF EJS Templates
whitespace cleanup
Peter Arrenbrecht -
r10405:2d30d66a default
parent child Browse files
Show More
@@ -1904,7 +1904,7 b' def import_(ui, repo, patch1, *patches, '
1904 return commitid
1904 return commitid
1905 finally:
1905 finally:
1906 os.unlink(tmpname)
1906 os.unlink(tmpname)
1907
1907
1908 try:
1908 try:
1909 wlock = repo.wlock()
1909 wlock = repo.wlock()
1910 lock = repo.lock()
1910 lock = repo.lock()
@@ -1808,7 +1808,7 b' class localrepository(repo.repository):'
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)
General Comments 0
You need to be logged in to leave comments. Login now