# HG changeset patch # User Matt Mackall # Date 1390193913 21600 # Node ID 654dd8284eadb1f8f12d459a97b7a2401800d6c3 # Parent 4988e42465370f1458b2ddd9bf2760f3f881b3ce localrepo: drop dead comment diff -r 4988e4246537 -r 654dd8284ead mercurial/localrepo.py --- 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