From 37533d58b213bf3decb03dabedf423578ec62a1c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 12 Jan 2026 23:46:21 +0200 Subject: [PATCH] jj*: update documentation URL (#20714) --- pages/common/jj-abandon.md | 2 +- pages/common/jj-absorb.md | 2 +- pages/common/jj-bookmark.md | 2 +- pages/common/jj-commit.md | 2 +- pages/common/jj-describe.md | 2 +- pages/common/jj-diff.md | 2 +- pages/common/jj-diffedit.md | 2 +- pages/common/jj-duplicate.md | 2 +- pages/common/jj-edit.md | 2 +- pages/common/jj-evolog.md | 2 +- pages/common/jj-git-clone.md | 2 +- pages/common/jj-git-fetch.md | 2 +- pages/common/jj-git-init.md | 2 +- pages/common/jj-git-push.md | 2 +- pages/common/jj-git-remote.md | 2 +- pages/common/jj-git.md | 2 +- pages/common/jj-interdiff.md | 2 +- pages/common/jj-log.md | 2 +- pages/common/jj-new.md | 2 +- pages/common/jj-next.md | 2 +- pages/common/jj-operation.md | 2 +- pages/common/jj-parallelize.md | 2 +- pages/common/jj-prev.md | 2 +- pages/common/jj-rebase.md | 2 +- pages/common/jj-resolve.md | 2 +- pages/common/jj-restore.md | 2 +- pages/common/jj-revert.md | 2 +- pages/common/jj-show.md | 2 +- pages/common/jj-simplify-parents.md | 2 +- pages/common/jj-split.md | 2 +- pages/common/jj-squash.md | 2 +- pages/common/jj-status.md | 2 +- pages/common/jj-undo.md | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/pages/common/jj-abandon.md b/pages/common/jj-abandon.md index 2b59b7c9d9..951ab1a15b 100644 --- a/pages/common/jj-abandon.md +++ b/pages/common/jj-abandon.md @@ -2,7 +2,7 @@ > Abandon a revision, rebasing descendants onto its parent(s). > Abandoning a revision removes its associated change ID. -> More information: . +> More information: . - Abandon revisions specified by given revsets (e.g. `B::D`, `A..D`, `B|C|D`, etc.): diff --git a/pages/common/jj-absorb.md b/pages/common/jj-absorb.md index 337b6ee02e..0d4b5847cd 100644 --- a/pages/common/jj-absorb.md +++ b/pages/common/jj-absorb.md @@ -2,7 +2,7 @@ > Split changes in the source revision and move each change to the closest mutable ancestor where the corresponding lines were modified last. > Changes that have zero or multiple matching regions in ancestral revisions won't be moved. -> More information: . +> More information: . - Move all eligible and unambiguous changes from a revision to other revisions automatically: diff --git a/pages/common/jj-bookmark.md b/pages/common/jj-bookmark.md index 36731870b4..657367e955 100644 --- a/pages/common/jj-bookmark.md +++ b/pages/common/jj-bookmark.md @@ -2,7 +2,7 @@ > Manage bookmarks in a `jj` repository. > When using a Git backend, bookmarks correspond to Git branches. -> More information: . +> More information: . - Create a new bookmark at the given revision: diff --git a/pages/common/jj-commit.md b/pages/common/jj-commit.md index d71a3c8dfb..6330aab1fa 100644 --- a/pages/common/jj-commit.md +++ b/pages/common/jj-commit.md @@ -1,7 +1,7 @@ # jj commit > Update the description and create a new change on top. -> More information: . +> More information: . - Open editor to write the commit message and then create a new empty commit on top: diff --git a/pages/common/jj-describe.md b/pages/common/jj-describe.md index a89d61135d..36d65ebdd6 100644 --- a/pages/common/jj-describe.md +++ b/pages/common/jj-describe.md @@ -1,7 +1,7 @@ # jj describe > Update the change description or other metadata. -> More information: . +> More information: . - Update the description of the current change: diff --git a/pages/common/jj-diff.md b/pages/common/jj-diff.md index f11d167f16..aef46695ae 100644 --- a/pages/common/jj-diff.md +++ b/pages/common/jj-diff.md @@ -1,7 +1,7 @@ # jj diff > Compare file contents between two revisions. -> More information: . +> More information: . - Show changes of current revision: diff --git a/pages/common/jj-diffedit.md b/pages/common/jj-diffedit.md index d2db1abc66..139c3c8b35 100644 --- a/pages/common/jj-diffedit.md +++ b/pages/common/jj-diffedit.md @@ -1,7 +1,7 @@ # jj diffedit > Touch up the content changes in a revision with a diff editor. -> More information: . +> More information: . - Edit changes in the current revision with a diff editor: diff --git a/pages/common/jj-duplicate.md b/pages/common/jj-duplicate.md index 84c32397df..4b447c9bfc 100644 --- a/pages/common/jj-duplicate.md +++ b/pages/common/jj-duplicate.md @@ -1,7 +1,7 @@ # jj duplicate > Create new changes with the same content as existing ones. -> More information: . +> More information: . - Duplicate the current revision onto its existing parent: diff --git a/pages/common/jj-edit.md b/pages/common/jj-edit.md index 00fc9842dc..7c57a2c7f1 100644 --- a/pages/common/jj-edit.md +++ b/pages/common/jj-edit.md @@ -2,7 +2,7 @@ > Set the specified revision as the working-copy revision. > Note: It is generally recommended to instead use `jj new` and `jj squash`. -> More information: . +> More information: . - Set the given revision as the working copy: diff --git a/pages/common/jj-evolog.md b/pages/common/jj-evolog.md index c5d50b7808..51e8953f9f 100644 --- a/pages/common/jj-evolog.md +++ b/pages/common/jj-evolog.md @@ -1,7 +1,7 @@ # jj evolog > Show how a change has evolved over time, listing the previous commits it has pointed to. -> More information: . +> More information: . - Show how a revision has evolved over time: diff --git a/pages/common/jj-git-clone.md b/pages/common/jj-git-clone.md index d81360128e..c17d9e16d3 100644 --- a/pages/common/jj-git-clone.md +++ b/pages/common/jj-git-clone.md @@ -2,7 +2,7 @@ > Create a new repo backed by a clone of a Git repo. > Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it. -> More information: . +> More information: . - Create a new repo backed by a clone of a Git repo into a new directory (the default directory is the repository name): diff --git a/pages/common/jj-git-fetch.md b/pages/common/jj-git-fetch.md index accd001172..dac987233a 100644 --- a/pages/common/jj-git-fetch.md +++ b/pages/common/jj-git-fetch.md @@ -1,7 +1,7 @@ # jj git fetch > Fetch from a Git remote, downloading objects and refs from the remote repository. -> More information: . +> More information: . - Fetch the latest changes from the default remote repository: diff --git a/pages/common/jj-git-init.md b/pages/common/jj-git-init.md index 01a45a5894..600821c84e 100644 --- a/pages/common/jj-git-init.md +++ b/pages/common/jj-git-init.md @@ -2,7 +2,7 @@ > Create a new Git backed Jujutsu repo. > Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it. -> More information: . +> More information: . - Create a new Git backed repo in the current directory: diff --git a/pages/common/jj-git-push.md b/pages/common/jj-git-push.md index 520553eb14..2909acecec 100644 --- a/pages/common/jj-git-push.md +++ b/pages/common/jj-git-push.md @@ -1,7 +1,7 @@ # jj git push > Push to a Git remote. -> More information: . +> More information: . - Push a bookmark to the given remote (defaults to `git.push` setting): diff --git a/pages/common/jj-git-remote.md b/pages/common/jj-git-remote.md index 4c15e20ef8..a055f2c5ac 100644 --- a/pages/common/jj-git-remote.md +++ b/pages/common/jj-git-remote.md @@ -1,7 +1,7 @@ # jj git remote > Manage Git remotes. -> More information: . +> More information: . - List all Git remotes: diff --git a/pages/common/jj-git.md b/pages/common/jj-git.md index 6459d08a9c..797f9b8470 100644 --- a/pages/common/jj-git.md +++ b/pages/common/jj-git.md @@ -1,7 +1,7 @@ # jj git > Run Git-related commands for a `jj` repository. -> More information: . +> More information: . - Create a new Git backed repository: diff --git a/pages/common/jj-interdiff.md b/pages/common/jj-interdiff.md index 6cfdb2b8e2..9402058b6c 100644 --- a/pages/common/jj-interdiff.md +++ b/pages/common/jj-interdiff.md @@ -1,7 +1,7 @@ # jj interdiff > Compare changes of two revisions. -> More information: . +> More information: . - Compare changes from a revision to the working copy: diff --git a/pages/common/jj-log.md b/pages/common/jj-log.md index 00466411ad..8551651f7e 100644 --- a/pages/common/jj-log.md +++ b/pages/common/jj-log.md @@ -1,7 +1,7 @@ # jj log > Show revision history as a graph. -> More information: . +> More information: . - Show revision history as a graph: diff --git a/pages/common/jj-new.md b/pages/common/jj-new.md index 5b761dd43f..88d60bfcb1 100644 --- a/pages/common/jj-new.md +++ b/pages/common/jj-new.md @@ -1,7 +1,7 @@ # jj new > Create a new empty change. -> More information: . +> More information: . - Create a new empty change on top of current revision: diff --git a/pages/common/jj-next.md b/pages/common/jj-next.md index e9225ab417..b372a3a35c 100644 --- a/pages/common/jj-next.md +++ b/pages/common/jj-next.md @@ -1,7 +1,7 @@ # jj next > Move the working-copy commit to a child revision. -> More information: . +> More information: . - Move the working-copy commit to the next child revision: diff --git a/pages/common/jj-operation.md b/pages/common/jj-operation.md index 130dea5a70..3bf4298fbc 100644 --- a/pages/common/jj-operation.md +++ b/pages/common/jj-operation.md @@ -1,7 +1,7 @@ # jj operation > Work with the operation log of a `jj` repository. -> More information: . +> More information: . - Show operation log: diff --git a/pages/common/jj-parallelize.md b/pages/common/jj-parallelize.md index cb5ea7c598..a0385f403e 100644 --- a/pages/common/jj-parallelize.md +++ b/pages/common/jj-parallelize.md @@ -1,7 +1,7 @@ # jj parallelize > Parallelize revisions by making them siblings. -> More information: . +> More information: . - Parallelize given revisions: diff --git a/pages/common/jj-prev.md b/pages/common/jj-prev.md index 7bf609b78a..fdf78b2a76 100644 --- a/pages/common/jj-prev.md +++ b/pages/common/jj-prev.md @@ -1,7 +1,7 @@ # jj prev > Move the working-copy commit to a parent revision. -> More information: . +> More information: . - Move the working-copy commit to the previous parent revision: diff --git a/pages/common/jj-rebase.md b/pages/common/jj-rebase.md index 1593156484..cbc1047ed6 100644 --- a/pages/common/jj-rebase.md +++ b/pages/common/jj-rebase.md @@ -1,7 +1,7 @@ # jj rebase > Move revisions to different parent(s). -> More information: . +> More information: . - Move given revisions to a different parent(s): diff --git a/pages/common/jj-resolve.md b/pages/common/jj-resolve.md index c7fea25007..71f23d3d04 100644 --- a/pages/common/jj-resolve.md +++ b/pages/common/jj-resolve.md @@ -1,7 +1,7 @@ # jj resolve > Resolve conflicted files with an external merge tool. -> More information: . +> More information: . - Resolve all conflicts: diff --git a/pages/common/jj-restore.md b/pages/common/jj-restore.md index 9fdcb6dba2..72cbf905e5 100644 --- a/pages/common/jj-restore.md +++ b/pages/common/jj-restore.md @@ -1,7 +1,7 @@ # jj restore > Restore files from another revision. -> More information: . +> More information: . - Restore files from a revision into another revision: diff --git a/pages/common/jj-revert.md b/pages/common/jj-revert.md index b3e72e8f8a..cb4d46fbd2 100644 --- a/pages/common/jj-revert.md +++ b/pages/common/jj-revert.md @@ -1,7 +1,7 @@ # jj revert > Apply the reverse of the given revision(s). -> More information: . +> More information: . - Apply the reverse of the revisions specified by the given revsets (e.g. `B::D`, `A..D`, `B|C|D`, etc.): diff --git a/pages/common/jj-show.md b/pages/common/jj-show.md index 21b24e97ba..8d22cf830f 100644 --- a/pages/common/jj-show.md +++ b/pages/common/jj-show.md @@ -1,7 +1,7 @@ # jj show > Show commit description and changes in a revision. -> More information: . +> More information: . - Show commit description and changes in a revision: diff --git a/pages/common/jj-simplify-parents.md b/pages/common/jj-simplify-parents.md index abb8173139..e5ab5e8c35 100644 --- a/pages/common/jj-simplify-parents.md +++ b/pages/common/jj-simplify-parents.md @@ -2,7 +2,7 @@ > Simplify parent edges for the specified revision(s). > For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C". -> More information: . +> More information: . - Simplify parent edges of given revisions: diff --git a/pages/common/jj-split.md b/pages/common/jj-split.md index 25b0b3a71c..2c40a9a7b5 100644 --- a/pages/common/jj-split.md +++ b/pages/common/jj-split.md @@ -1,7 +1,7 @@ # jj split > Split a revision in two. -> More information: . +> More information: . - Split the given revision into two interactively, putting the second revision on top of it: diff --git a/pages/common/jj-squash.md b/pages/common/jj-squash.md index b9bc59a5d9..77fa8cf13f 100644 --- a/pages/common/jj-squash.md +++ b/pages/common/jj-squash.md @@ -1,7 +1,7 @@ # jj squash > Move changes from a revision into another revision. -> More information: . +> More information: . - Move all changes from current revision to its parent: diff --git a/pages/common/jj-status.md b/pages/common/jj-status.md index 736253021f..2c82e737d5 100644 --- a/pages/common/jj-status.md +++ b/pages/common/jj-status.md @@ -2,7 +2,7 @@ > Show high-level repository status. > This includes the working copy commit and its parents, and a summary of the changes in the working copy and any existing conflicts in the working copy. -> More information: . +> More information: . - Show high-level status of the repository: diff --git a/pages/common/jj-undo.md b/pages/common/jj-undo.md index ef73d0f95d..b9bd085aa9 100644 --- a/pages/common/jj-undo.md +++ b/pages/common/jj-undo.md @@ -1,7 +1,7 @@ # jj undo > Undo the most recent recorded operation in a `jj` repository. -> More information: . +> More information: . - Undo the last operation: