hgext/git/gitlog.py
branchstable
changeset 47048 03c73fc6f89a
parent 47046 497cedcb6504
child 47049 2a77c817d451
--- a/hgext/git/gitlog.py	Tue Apr 27 12:59:17 2021 -0400
+++ b/hgext/git/gitlog.py	Tue Apr 27 16:58:59 2021 -0400
@@ -238,7 +238,7 @@
             for r in self._db.execute(
                 'SELECT filename FROM changedfiles '
                 'WHERE node = ? and filenode = ?',
-                (hn, nullhex),
+                (hn, gitutil.nullgit),
             )
         ]
         c = self.gitrepo[hn]