changeset 46795:048beb0167a7

git: fix missing case from 6266d19556ad (introduction of nodeconstants) Differential Revision: https://phab.mercurial-scm.org/D10241
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 19 Mar 2021 23:34:29 +0100
parents e2f7b2695ba1
children 38f55ef058fb
files hgext/git/gitlog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = [