diff -r d2704c48f417 -r 76d9364119fc mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Nov 15 23:28:43 2013 -0500 +++ b/mercurial/localrepo.py Fri Jan 10 17:29:16 2014 -0600 @@ -1694,7 +1694,6 @@ # we use unfiltered changelog here because hidden revision must # be taken in account for phase synchronization. They may # becomes public and becomes visible again. - cl = self.unfiltered().changelog result = self.addchangegroup(cg, 'pull', remote.url()) # compute target subset