changeset 50437 | 3a2df812e1c7 |
parent 49974 | 90f047edab4f |
child 50926 | 18c8c18993f0 |
--- a/mercurial/unionrepo.py Sat Apr 13 01:17:56 2019 +0200 +++ b/mercurial/unionrepo.py Thu Apr 04 18:07:30 2019 +0200 @@ -270,8 +270,8 @@ def cancopy(self): return False - def peer(self, path=None): - return unionpeer(self, path=None) + def peer(self, path=None, remotehidden=False): + return unionpeer(self, path=None, remotehidden=remotehidden) def getcwd(self): return encoding.getcwd() # always outside the repo