diff -r 4077d6222cf1 -r 3a2df812e1c7 mercurial/bundlerepo.py --- 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