indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  It is unused after a previous refactor. Spotted in 
https://phab.mercurial-scm.org/D4641.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4700

AFFECTED FILES
  mercurial/unionrepo.py

CHANGE DETAILS

diff --git a/mercurial/unionrepo.py b/mercurial/unionrepo.py
--- a/mercurial/unionrepo.py
+++ b/mercurial/unionrepo.py
@@ -219,10 +219,6 @@
         node = self.repo2.changelog.node(rev2)
         return self.changelog.rev(node)
 
-    def _constructmanifest(self):
-        return unionmanifest(self.svfs, self.repo2.svfs,
-                             self.unfiltered()._clrev)
-
     def url(self):
         return self._url
 



To: indygreg, #hg-reviewers
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to