hgext/largefiles/overrides.py
changeset 21092 56fda512db9f
parent 21091 dd584d1a75e7
child 21093 71cd8b795cce
--- a/hgext/largefiles/overrides.py	Sun Apr 13 18:45:43 2014 +0200
+++ b/hgext/largefiles/overrides.py	Sun Apr 13 18:45:43 2014 +0200
@@ -54,7 +54,7 @@
 
     Note that n calls to installmatchfn will require n calls to
     restore matchfn to reverse'''
-    scmutil.match = getattr(scmutil.match, 'oldmatch', scmutil.match)
+    scmutil.match = getattr(scmutil.match, 'oldmatch')
 
 def addlargefiles(ui, repo, *pats, **opts):
     large = opts.pop('large', None)