Mercurial > public > mercurial-scm > hg
diff hgext/largefiles/lfcommands.py @ 23139:e53f6b72a0e4
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 |
parents | 650b5b6e75ed |
children | fb139f5553d6 |
line wrap: on
line diff
--- a/hgext/largefiles/lfcommands.py Sun Nov 02 13:08:46 2014 +0900 +++ b/hgext/largefiles/lfcommands.py Thu Apr 17 22:47:38 2014 +0200 @@ -462,10 +462,10 @@ expecthash != lfutil.hashfile(abslfile))): if lfile not in repo[None]: # not switched to normal file util.unlinkpath(abslfile, ignoremissing=True) - # use normallookup() to allocate entry in largefiles + # use normallookup() to allocate an entry in largefiles # dirstate, because lack of it misleads # lfilesrepo.status() into recognition that such cache - # missing files are REMOVED. + # missing files are removed. lfdirstate.normallookup(lfile) update[lfile] = expecthash else: