diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index 158833439..ca2b7bbbd 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -5678,7 +5678,7 @@ does not match the jj help output exactly.

  • 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 working-copy commit to the child revision
  • -
  • obslog — Show how a change has evolved
  • +
  • obslog — Show how a change has evolved over time
  • operation — Commands for working with the operation log
  • parallelize — Parallelize revisions by making them siblings
  • prev — Change the working copy revision relative to the parent revision
  • @@ -6534,8 +6534,9 @@ implied.

    jj obslog

    -

    Show how a change has evolved

    -

    Show how a change has evolved as it's been updated, rebased, etc.

    +

    Show how a change has evolved over time

    +

    Lists the previous commits which a change has pointed to. The current commit of a change evolves when the change is updated, rebased, etc.

    +

    Name is derived from Merciual's obsolescence markers.

    Usage: jj obslog [OPTIONS]

    Options: