Mercurial > public > mercurial-scm > hg-stable
diff hgext/largefiles/lfutil.py @ 23543:4dd8a6a1240d
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 |
parents | 4be754832829 |
children | 95f238cafb32 |
line wrap: on
line diff
--- a/hgext/largefiles/lfutil.py Sat Dec 13 09:45:00 2014 +0100 +++ b/hgext/largefiles/lfutil.py Thu Apr 17 22:47:38 2014 +0200 @@ -538,7 +538,7 @@ return match class automatedcommithook(object): - '''Statefull hook to update standins at the 1st commit of resuming + '''Stateful hook to update standins at the 1st commit of resuming For efficiency, updating standins in the working directory should be avoided while automated committing (like rebase, transplant and @@ -562,7 +562,7 @@ '''Return the function to write largefiles specific status out If ``forcibly`` is ``None``, this returns the last element of - ``repo._lfupdatereporters`` as "default" writer function. + ``repo._lfstatuswriters`` as "default" writer function. Otherwise, this returns the function to always write out (or ignore if ``not forcibly``) status.