changeset 50437 | 3a2df812e1c7 |
parent 50201 | 149f09ffef46 |
child 50925 | d718eddf01d9 |
--- a/mercurial/bundlerepo.py Sat Apr 13 01:17:56 2019 +0200 +++ b/mercurial/bundlerepo.py Thu Apr 04 18:07:30 2019 +0200 @@ -484,8 +484,8 @@ def cancopy(self): return False - def peer(self, path=None): - return bundlepeer(self, path=path) + def peer(self, path=None, remotehidden=False): + return bundlepeer(self, path=path, remotehidden=remotehidden) def getcwd(self): return encoding.getcwd() # always outside the repo