diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index c4b9bd4bf..8903dbff4 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -5518,7 +5518,7 @@ does not match the jj help output exactly.

  • git — Commands for working with the underlying Git repo
  • init — Create a new repo in the given directory
  • interdiff — Compare the changes of two commits
  • -
  • log — Show commit history
  • +
  • log — Show revision history
  • move — Move changes from one revision into another
  • new — Create a new, empty change and (by default) edit it in the working copy
  • next — Move the current working copy commit to the next child revision in the @@ -6214,11 +6214,13 @@ Martin von Zweigbergk

  • --context <CONTEXT> — Number of lines of context to show
  • jj log

    -

    Show commit history

    +

    Show revision history

    +

    Renders a graphical view of the project's history, ordered with children before parents. By default, the output only includes mutable revisions, along with some additional revisions for context.

    +

    Spans of revisions that are not included in the graph per --revisions are rendered as a synthetic node labeled "(elided revisions)".

    Usage: jj log [OPTIONS] [PATHS]...

    Arguments:
    Options: