mercurial/commands.py
changeset 48243 76c071bba40d
parent 48241 7d1e60244561
child 48407 4d59e0f909e0
child 48743 a1538c05d855
--- a/mercurial/commands.py	Fri Oct 15 03:49:05 2021 +0200
+++ b/mercurial/commands.py	Fri Oct 15 04:25:58 2021 +0200
@@ -4360,7 +4360,9 @@
                 ui.status(
                     _(b'comparing with %s\n') % urlutil.hidepassword(source)
                 )
-                return bookmarks.incoming(ui, repo, other)
+                return bookmarks.incoming(
+                    ui, repo, other, mode=path.bookmarks_mode
+                )
             finally:
                 other.close()