mercurial/bundle2.py
changeset 47012 d55b71393907
parent 46907 ffd3e823a7e5
child 47082 1680c94741f8
--- a/mercurial/bundle2.py	Mon Apr 19 20:38:52 2021 -0400
+++ b/mercurial/bundle2.py	Mon Mar 29 01:52:06 2021 +0200
@@ -158,7 +158,6 @@
 from .i18n import _
 from .node import (
     hex,
-    nullid,
     short,
 )
 from . import (
@@ -2576,7 +2575,7 @@
             fullnodes=commonnodes,
         )
         cgdata = packer.generate(
-            {nullid},
+            {repo.nullid},
             list(commonnodes),
             False,
             b'narrow_widen',