hgext/git/gitlog.py
changeset 46795 048beb0167a7
parent 46780 6266d19556ad
child 47012 d55b71393907
child 47045 846920d89476
--- a/hgext/git/gitlog.py	Thu Mar 18 18:24:59 2021 -0400
+++ b/hgext/git/gitlog.py	Fri Mar 19 23:34:29 2021 +0100
@@ -218,7 +218,7 @@
             n = nodeorrev
         # handle looking up nullid
         if n == nullid:
-            return hgchangelog._changelogrevision(extra={})
+            return hgchangelog._changelogrevision(extra={}, manifest=nullid)
         hn = gitutil.togitnode(n)
         # We've got a real commit!
         files = [