Mercurial > hg-stable
changeset 8238:f795d24aebc3
localrepo: fixed typos in comments
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 28 Apr 2009 18:29:50 +0200 |
parents | 1320459daa91 |
children | f802b4706a53 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 = {}