diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index cac8832eb..1a931ba73 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -6786,7 +6786,7 @@ does not match the jj help output exactly.

This option only affects the check. It does not affect the immutable_heads() revset or the immutable template keyword.

  • -

    --at-operation <AT_OPERATION> — Operation to load the repo at

    +

    --at-operation <AT_OPERATION> [alias: at-op] — Operation to load the repo at

    Operation to load the repo at. By default, Jujutsu loads the repo at the most recent operation, or at the merge of the divergent operations if any.

    You can use --at-op=<operation ID> to see what the repo looked like at an earlier operation. For example jj --at-op=<operation ID> st will show you what jj st would have shown you when the given operation had just finished. --at-op=@ is pretty much the same as the default except that divergent operations will never be merged.

    Use jj op log to find the operation ID you want. Any unambiguous prefix of the operation ID is enough.

    @@ -6852,7 +6852,7 @@ does not match the jj help output exactly.

    Default value: @

  • -

    -t, --into <REVSETS> — Destination revisions to absorb into

    +

    -t, --into <REVSETS> [alias: to] — Destination revisions to absorb into

    Only ancestors of the source revision will be considered.

    Default value: mutable()

  • @@ -6876,19 +6876,21 @@ does not match the jj help output exactly.

    jj bookmark create

    Create a new bookmark

    Usage: jj bookmark create [OPTIONS] <NAMES>...

    +

    Command Alias: c

    Arguments:
    Options:

    jj bookmark delete

    Delete an existing bookmark and propagate the deletion to remotes on the next push

    Revisions referred to by the deleted bookmarks are not abandoned. To delete revisions as well as bookmarks, use jj abandon. For example, jj abandon main..<bookmark> will abandon revisions belonging to the <bookmark> branch (relative to the main branch.)

    If you don't want the deletion of the local bookmark to propagate to any tracked remote bookmarks, use jj bookmark forget instead.

    Usage: jj bookmark delete <NAMES>...

    +

    Command Alias: d

    Arguments: