hgext/narrow/narrowcommands.py
changeset 49876 4188e75af983
parent 49844 0058c74d7f72
child 50022 c166b212bdee
--- a/hgext/narrow/narrowcommands.py	Mon Dec 05 03:23:46 2022 +0100
+++ b/hgext/narrow/narrowcommands.py	Sat Dec 03 01:16:22 2022 +0100
@@ -416,7 +416,7 @@
                     repo, trmanager.transaction, source=b'widen'
                 )
                 # TODO: we should catch error.Abort here
-                bundle2.processbundle(repo, bundle, op=op)
+                bundle2.processbundle(repo, bundle, op=op, remote=remote)
 
         if ellipsesremote:
             with ds.parentchange():