git: fix missing case from
6266d19556ad (introduction of nodeconstants)
Differential Revision: https://phab.mercurial-scm.org/D10241
--- 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 = [