##// 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 try:
1068 try:
1069 try:
1069 try:
1070 # updating the dirstate is optional
1070 # updating the dirstate is optional
1071 # so we dont wait on the lock
1071 # so we don't wait on the lock
1072 wlock = self.wlock(False)
1072 wlock = self.wlock(False)
1073 for f in fixup:
1073 for f in fixup:
1074 self.dirstate.normal(f)
1074 self.dirstate.normal(f)
@@ -1808,7 +1808,7 b' class localrepository(repo.repository):'
1808 return collect_msng_filenodes
1808 return collect_msng_filenodes
1809
1809
1810 # We have a list of filenodes we think we need for a file, lets remove
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 def prune_filenodes(f, filerevlog):
1812 def prune_filenodes(f, filerevlog):
1813 msngset = msng_filenode_set[f]
1813 msngset = msng_filenode_set[f]
1814 hasset = {}
1814 hasset = {}
General Comments 0
You need to be logged in to leave comments. Login now