changeset 20222 | 228ae760942f |
parent 20221 | 7401bb54fe76 |
child 20226 | 76d9364119fc |
--- a/mercurial/localrepo.py Tue Nov 05 18:37:44 2013 +0100 +++ b/mercurial/localrepo.py Sat Nov 16 11:53:44 2013 -0500 @@ -1665,8 +1665,8 @@ trname = 'pull\n' + util.hidepassword(remote.url()) lock = self.lock() try: - tmp = discovery.findcommonincoming(self, remote, heads=heads, - force=force) + tmp = discovery.findcommonincoming(self.unfiltered(), remote, + heads=heads, force=force) common, fetch, rheads = tmp if not fetch: self.ui.status(_("no changes found\n"))