##// END OF EJS Templates
largefiles: remove silent handling of incorrect invocation of restorematchfn...
Mads Kiilerich -
r21092:56fda512 default
parent child Browse files
Show More
@@ -54,7 +54,7 b' def restorematchfn():'
54
54
55 Note that n calls to installmatchfn will require n calls to
55 Note that n calls to installmatchfn will require n calls to
56 restore matchfn to reverse'''
56 restore matchfn to reverse'''
57 scmutil.match = getattr(scmutil.match, 'oldmatch', scmutil.match)
57 scmutil.match = getattr(scmutil.match, 'oldmatch')
58
58
59 def addlargefiles(ui, repo, *pats, **opts):
59 def addlargefiles(ui, repo, *pats, **opts):
60 large = opts.pop('large', None)
60 large = opts.pop('large', None)
General Comments 0
You need to be logged in to leave comments. Login now