##// END OF EJS Templates
match: make arguments of _expandsets() optional...
Denis Laxalde -
r42255:1721b92f default
parent child Browse files
Show More
@@ -42,7 +42,7 b' def _rematcher(regex):'
42 except AttributeError:
42 except AttributeError:
43 return m.match
43 return m.match
44
44
45 def _expandsets(kindpats, ctx, listsubrepos, badfn):
45 def _expandsets(kindpats, ctx=None, listsubrepos=False, badfn=None):
46 '''Returns the kindpats list with the 'set' patterns expanded to matchers'''
46 '''Returns the kindpats list with the 'set' patterns expanded to matchers'''
47 matchers = []
47 matchers = []
48 other = []
48 other = []
General Comments 0
You need to be logged in to leave comments. Login now