Mercurial > public > mercurial-scm > hg
diff hgext/largefiles/reposetup.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 | b5e2128ce9e6 |
children | 67d63ec85eb7 |
line wrap: on
line diff
--- a/hgext/largefiles/reposetup.py Sat Dec 13 09:45:00 2014 +0100 +++ b/hgext/largefiles/reposetup.py Thu Apr 17 22:47:38 2014 +0200 @@ -285,7 +285,7 @@ def _subdirlfs(self, files, lfiles): ''' Adjust matched file list - If we pass a directory to commit whose only commitable files + If we pass a directory to commit whose only committable files are largefiles, the core commit code aborts before finding the largefiles. So we do the following: @@ -343,7 +343,7 @@ repo._lfcommithooks = [lfutil.updatestandinsbymatch] # Stack of status writer functions taking "*msg, **opts" arguments - # like "ui.status()". Only last element ("_lfupdatereporters[-1]") + # like "ui.status()". Only last element ("_lfstatuswriters[-1]") # is used to write status out. repo._lfstatuswriters = [ui.status]