Show More
@@ -42,7 +42,7 b' def _rematcher(regex):' | |||
|
42 | 42 | except AttributeError: |
|
43 | 43 | return m.match |
|
44 | 44 | |
|
45 | def _expandsets(kindpats, ctx, listsubrepos, badfn): | |
|
45 | def _expandsets(kindpats, ctx=None, listsubrepos=False, badfn=None): | |
|
46 | 46 | '''Returns the kindpats list with the 'set' patterns expanded to matchers''' |
|
47 | 47 | matchers = [] |
|
48 | 48 | other = [] |
General Comments 0
You need to be logged in to leave comments.
Login now