Mercurial > hg-stable
changeset 20302:654dd8284ead
localrepo: drop dead comment
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 19 Jan 2014 22:58:33 -0600 |
parents | 4988e4246537 |
children | 3a3731a60354 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Thu Jan 16 15:05:03 2014 -0500 +++ b/mercurial/localrepo.py Sun Jan 19 22:58:33 2014 -0600 @@ -1692,9 +1692,6 @@ "changegroupsubset.")) else: cg = remote.changegroupsubset(fetch, heads, 'pull') - # we use unfiltered changelog here because hidden revision must - # be taken in account for phase synchronization. They may - # becomes public and becomes visible again. result = self.addchangegroup(cg, 'pull', remote.url()) # compute target subset