Mercurial > hg
diff hgext/git/gitlog.py @ 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 | 6266d19556ad |
children | d55b71393907 846920d89476 |
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 = [