diff -r e2f7b2695ba1 -r 048beb0167a7 hgext/git/gitlog.py --- 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 = [