From 4186d96e449844aad23da37c7a205b8265cf12cc Mon Sep 17 00:00:00 2001 From: "jj-docs[bot]" Date: Tue, 16 Apr 2024 01:13:07 +0000 Subject: [PATCH] Deployed c147125 to prerelease with MkDocs 1.5.3 and mike 2.0.0 --- prerelease/cli-reference/index.html | 9 +++++---- prerelease/search/search_index.json | 2 +- prerelease/sitemap.xml.gz | Bin 475 -> 475 bytes 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index 2cfc62cb2..6585b6ff1 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -5643,7 +5643,7 @@ does not match the jj help output exactly.

  • abandon — Abandon a revision
  • backout — Apply the reverse of a revision on top of another revision
  • branch — Manage branches
  • -
  • cat — Print contents of a file in a revision
  • +
  • cat — Print contents of files in a revision
  • chmod — Sets or removes the executable bit for paths in the repo
  • commit — Update the description and create a new change on top
  • config — Manage config options
  • @@ -5864,11 +5864,12 @@ does not match the jj help output exactly.

  • <BRANCH@REMOTE> — Remote branches to untrack
  • jj cat

    -

    Print contents of a file in a revision

    -

    Usage: jj cat [OPTIONS] <PATH>

    +

    Print contents of files in a revision

    +

    If the given path is a directory, files in the directory will be visited recursively.

    +

    Usage: jj cat [OPTIONS] <PATHS>...

    Arguments:
    Options: