From 4a815aa8645fa0899fbe489cc1d1f74a8fbd509f Mon Sep 17 00:00:00 2001 From: "jj-docs[bot]" Date: Mon, 11 Mar 2024 17:09:07 +0000 Subject: [PATCH] Deployed e579bba to prerelease with MkDocs 1.5.3 and mike 2.0.0 --- prerelease/cli-reference/index.html | 8 +++++--- prerelease/search/search_index.json | 2 +- prerelease/sitemap.xml.gz | Bin 469 -> 469 bytes 3 files changed, 6 insertions(+), 4 deletions(-) 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: