D4700: unionrepo: remove _constructmanifest()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Sep 26 13:22:41 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG39f51064e9f5: unionrepo: remove _constructmanifest() (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4700?vs=11308&id=11372

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


More information about the Mercurial-devel mailing list