Skip to content

Commit

Permalink
Deployed fd271d3 to prerelease with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Nov 8, 2024
1 parent 813e1e5 commit 317d559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions prerelease/cli-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6248,7 +6248,7 @@ <h6 id="subcommands"><strong>Subcommands:</strong><a class="headerlink" href="#s
<li><code>bookmark</code> — Manage bookmarks</li>
<li><code>commit</code> — Update the description and create a new change on top</li>
<li><code>config</code> — Manage config options</li>
<li><code>describe</code> — Update the change description or other metadata</li>
<li><code>describe</code> — Update the change description or other metadata [aliases: desc]</li>
<li><code>diff</code> — Compare file contents between two revisions</li>
<li><code>diffedit</code> — Touch up the content changes in a revision with a diff editor</li>
<li><code>duplicate</code> — Create a new change with the same content as an existing one</li>
Expand All @@ -6275,7 +6275,7 @@ <h6 id="subcommands"><strong>Subcommands:</strong><a class="headerlink" href="#s
<li><code>sparse</code> — Manage which paths from the working-copy commit are present in the working copy</li>
<li><code>split</code> — Split a revision in two</li>
<li><code>squash</code> — Move changes from a revision into another revision</li>
<li><code>status</code> — Show high-level repo status</li>
<li><code>status</code> — Show high-level repo status [aliases: st]</li>
<li><code>tag</code> — Manage tags</li>
<li><code>util</code> — Infrequently used commands such as for generating shell completions</li>
<li><code>undo</code> — Undo an operation (shortcut for <code>jj op undo</code>)</li>
Expand Down Expand Up @@ -6622,7 +6622,7 @@ <h6 id="options_12"><strong>Options:</strong><a class="headerlink" href="#option
<li><code>--repo</code> — Target the repo-level config</li>
</ul>
<h2 id="jj-describe"><code>jj describe</code><a class="headerlink" href="#jj-describe" title="Permanent link">&para;</a></h2>
<p>Update the change description or other metadata</p>
<p>Update the change description or other metadata [aliases: desc]</p>
<p>Starts an editor to let you edit the description of changes. The editor will be $EDITOR, or <code>pico</code> if that's not defined (<code>Notepad</code> on Windows).</p>
<p><strong>Usage:</strong> <code>jj describe [OPTIONS] [REVISIONS]...</code></p>
<h6 id="arguments_15"><strong>Arguments:</strong><a class="headerlink" href="#arguments_15" title="Permanent link">&para;</a></h6>
Expand Down Expand Up @@ -7820,7 +7820,7 @@ <h6 id="options_44"><strong>Options:</strong><a class="headerlink" href="#option
<li><code>-k</code>, <code>--keep-emptied</code> — The source revision will not be abandoned</li>
</ul>
<h2 id="jj-status"><code>jj status</code><a class="headerlink" href="#jj-status" title="Permanent link">&para;</a></h2>
<p>Show high-level repo status</p>
<p>Show high-level repo status [aliases: st]</p>
<p>This includes:</p>
<ul>
<li>The working copy commit and its (first) parent, and a summary of the changes between them * Conflicted bookmarks (see https://martinvonz.github.io/jj/latest/bookmarks/)</li>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 317d559

Please sign in to comment.