hgext/mq.py
changeset 30369 d79c141fdf41
parent 30070 3006d0d26ad3
child 30485 acd30a959980
--- a/hgext/mq.py	Thu Nov 10 02:13:19 2016 -0800
+++ b/hgext/mq.py	Thu Nov 10 02:13:19 2016 -0800
@@ -1660,7 +1660,7 @@
             # caching against the next repo.status call
             mm, aa, dd = repo.status(patchparent, top)[:3]
             changes = repo.changelog.read(top)
-            man = repo.manifest.read(changes[0])
+            man = repo.manifestlog[changes[0]].read()
             aaa = aa[:]
             matchfn = scmutil.match(repo[None], pats, opts)
             # in short mode, we only diff the files included in the