mercurial/repository.py
changeset 41032 b2de94e59702
parent 40824 e1c3a2e9df59
child 41340 a9b609fbe39c
--- a/mercurial/repository.py	Wed Dec 05 15:30:56 2018 -0800
+++ b/mercurial/repository.py	Tue Dec 18 09:34:32 2018 -0800
@@ -1477,7 +1477,7 @@
     narrowpats = interfaceutil.Attribute(
         """Matcher patterns for this repository's narrowspec.""")
 
-    def narrowmatch():
+    def narrowmatch(match=None, includeexact=False):
         """Obtain a matcher for the narrowspec."""
 
     def setnarrowpats(newincludes, newexcludes):