changeset 26342 | 46bd31fffccb |
parent 26341 | f46e7f3b70af |
child 26343 | 019559aa2e80 |
--- a/hgext/largefiles/overrides.py Thu Sep 24 00:46:37 2015 -0700 +++ b/hgext/largefiles/overrides.py Thu Sep 24 00:48:02 2015 -0700 @@ -728,7 +728,7 @@ oldstandins = lfutil.getstandinsstate(repo) - def overridematch(mctx, pats=[], opts={}, globbed=False, + def overridematch(mctx, pats=(), opts={}, globbed=False, default='relpath', badfn=None): match = oldmatch(mctx, pats, opts, globbed, default, badfn=badfn) m = copy.copy(match)