fix(bookmark): Always move bookmars with -B to allow the user moving

it forward and backwards seemlessly
This commit is contained in:
NicolasGB
2026-03-17 11:34:40 +01:00
parent d471a03685
commit 29e4cd054e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ function M.bookmark_move()
default = "@",
}, function(revset)
if revset then
local cmd = string.format("jj b m %s --to %s", choice, revset)
local cmd = string.format("jj b m %s --to %s -B", choice, revset)
runner.execute_command_async(cmd, function()
utils.notify(
string.format("Bookmark `%s` moved successfully to %s", choice, revset),