From bd17eaa017f3563bfeac74ef10d05f2e5456035e Mon Sep 17 00:00:00 2001 From: Agam Agarwal Date: Tue, 1 Jul 2025 09:04:57 +0530 Subject: [PATCH] Mention revision instead of revset for `jj bookmark` commands. --- pages/common/jj-bookmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/jj-bookmark.md b/pages/common/jj-bookmark.md index f3efcec8f4..28ac5e1263 100644 --- a/pages/common/jj-bookmark.md +++ b/pages/common/jj-bookmark.md @@ -6,7 +6,7 @@ - Create a new bookmark at the given revision: -`jj bookmark create {{[-r|--revision]}} {{revset}} {{name}}` +`jj bookmark create {{[-r|--revision]}} {{revision}} {{name}}` - List all existing bookmarks and their targets: @@ -14,7 +14,7 @@ - Move an existing bookmark to another revision: -`jj bookmark move {{[-t|--to]}} {{revset}} {{name}}` +`jj bookmark move {{[-t|--to]}} {{revision}} {{name}}` - Track given remote bookmarks: