changeset 22642 | 45e50d8546d9 |
parent 22620 | 4d52e6eb98ea |
child 22645 | 6e431e1635b6 |
--- a/mercurial/localrepo.py Fri Sep 26 10:59:29 2014 -0700 +++ b/mercurial/localrepo.py Fri Sep 26 12:51:55 2014 -0700 @@ -1574,8 +1574,8 @@ return r - def pull(self, remote, heads=None, force=False): - return exchange.pull (self, remote, heads, force) + def pull(self, remote, heads=None, force=False, **kwargs): + return exchange.pull(self, remote, heads, force, **kwargs) def checkpush(self, pushop): """Extensions can override this function if additional checks have