diff mercurial/localrepo.py @ 20302:654dd8284ead

localrepo: drop dead comment
author Matt Mackall <mpm@selenic.com>
date Sun, 19 Jan 2014 22:58:33 -0600
parents 4edd179fefb8
children b396032e1bb8
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