author | Matt Mackall <mpm@selenic.com> |
Fri, 10 Jan 2014 17:29:16 -0600 | |
changeset 20226 | 76d9364119fc |
parent 20225 | d2704c48f417 |
child 20227 | 9c963a43ecfb |
--- 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