Mercurial > hg
diff hgext/largefiles/overrides.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 | a36625ef1f35 |
children | 55325a327754 |
line wrap: on
line diff
--- a/hgext/largefiles/overrides.py Sun Nov 02 13:08:46 2014 +0900 +++ b/hgext/largefiles/overrides.py Thu Apr 17 22:47:38 2014 +0200 @@ -63,10 +63,10 @@ def restorematchandpatsfn(): '''restores scmutil.matchandpats to what it was before - installnormalfilesmatchandpatsfn was called. no-op if scmutil.matchandpats + installmatchandpatsfn was called. No-op if scmutil.matchandpats is its original function. - Note that n calls to installnormalfilesmatchandpatsfn will require n calls + Note that n calls to installmatchandpatsfn will require n calls to restore matchfn to reverse''' scmutil.matchandpats = getattr(scmutil.matchandpats, 'oldmatchandpats', scmutil.matchandpats)