diff -r 1320459daa91 -r f795d24aebc3 mercurial/localrepo.py --- a/mercurial/localrepo.py Tue Apr 28 17:30:00 2009 +0200 +++ b/mercurial/localrepo.py Tue Apr 28 18:29:50 2009 +0200 @@ -1068,7 +1068,7 @@ try: try: # updating the dirstate is optional - # so we dont wait on the lock + # so we don't wait on the lock wlock = self.wlock(False) for f in fixup: self.dirstate.normal(f) @@ -1808,7 +1808,7 @@ return collect_msng_filenodes # We have a list of filenodes we think we need for a file, lets remove - # all those we now the recipient must have. + # all those we know the recipient must have. def prune_filenodes(f, filerevlog): msngset = msng_filenode_set[f] hasset = {}