mercurial/interfaces/repository.py
changeset 50413 3a2df812e1c7
parent 50354 6901916458bd
child 50637 32837c7e2e4b
--- a/mercurial/interfaces/repository.py	Sat Apr 13 01:17:56 2019 +0200
+++ b/mercurial/interfaces/repository.py	Thu Apr 04 18:07:30 2019 +0200
@@ -388,7 +388,7 @@
 
     limitedarguments = False
 
-    def __init__(self, ui, path=None):
+    def __init__(self, ui, path=None, remotehidden=False):
         self.ui = ui
         self.path = path