##// END OF EJS Templates
localrepo: fixed typos in comments
Martin Geisler -
r8238:f795d24a default
parent child Browse files
Show More
@@ -1068,7 +1068,7 b' class localrepository(repo.repository):'
1068 1068 try:
1069 1069 try:
1070 1070 # updating the dirstate is optional
1071 # so we dont wait on the lock
1071 # so we don't wait on the lock
1072 1072 wlock = self.wlock(False)
1073 1073 for f in fixup:
1074 1074 self.dirstate.normal(f)
@@ -1808,7 +1808,7 b' class localrepository(repo.repository):'
1808 1808 return collect_msng_filenodes
1809 1809
1810 1810 # We have a list of filenodes we think we need for a file, lets remove
1811 # all those we now the recipient must have.
1811 # all those we know the recipient must have.
1812 1812 def prune_filenodes(f, filerevlog):
1813 1813 msngset = msng_filenode_set[f]
1814 1814 hasset = {}
General Comments 0
You need to be logged in to leave comments. Login now