mercurial/upgrade.py
changeset 39243 0d97530eb535
parent 38736 93777d16a25d
child 39546 41aa5dced975
--- a/mercurial/upgrade.py	Fri Aug 10 14:40:02 2018 -0700
+++ b/mercurial/upgrade.py	Fri Aug 10 14:44:50 2018 -0700
@@ -450,7 +450,7 @@
         return changelog.changelog(repo.svfs)
     elif path.endswith('00manifest.i'):
         mandir = path[:-len('00manifest.i')]
-        return manifest.manifestrevlog(repo.svfs, dir=mandir)
+        return manifest.manifestrevlog(repo.svfs, tree=mandir)
     else:
         #reverse of "/".join(("data", path + ".i"))
         return filelog.filelog(repo.svfs, path[5:-2])