localrepo: drop dead comment
authorMatt Mackall <mpm@selenic.com>
Sun, 19 Jan 2014 22:58:33 -0600
changeset 20302 654dd8284ead
parent 20301 4988e4246537
child 20303 3a3731a60354
localrepo: drop dead comment
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