Skip to content
Snippets Groups Projects
Commit 39f51064 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

unionrepo: remove _constructmanifest()

It is unused after a previous refactor. Spotted in D4641.

Differential Revision: https://phab.mercurial-scm.org/D4700
parent a9f56e45
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment