Skip to content

Commit

Permalink
Deployed f4fb8f1 to prerelease with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Apr 7, 2024
1 parent d725e4c commit c62d297
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions prerelease/cli-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6473,26 +6473,28 @@ <h6 id="options_29"><strong>Options:</strong><a class="headerlink" href="#option
</ul>
<h2 id="jj-next"><code>jj next</code><a class="headerlink" href="#jj-next" title="Permanent link">&para;</a></h2>
<p>Move the working-copy commit to the child revision</p>
<p>The command moves you to the next child in a linear fashion.</p>
<div class="highlight"><pre><span></span><code>D D @
| |/
C @ =&gt; C
|/ |
B B
<p>The command creates a new empty working copy revision that is the child of a
descendant <code>offset</code> revisions ahead of the parent of the current working
copy.</p>
<p>For example, when the offset is 1:</p>
<div class="highlight"><pre><span></span><code>D D @
| |/
C @ =&gt; C
|/ |
B B
</code></pre></div>
<p>If <code>--edit</code> is passed, it will move you directly to the child
revision.</p>
<div class="highlight"><pre><span></span><code>D D
| |
C C
| |
B =&gt; @
| |
@ A

If your working-copy commit already has visible children, then `--edit` is
implied.
<p>If <code>--edit</code> is passed, the working copy revision is changed to the child of
the current working copy revision.</p>
<p><div class="highlight"><pre><span></span><code>D D
| |
C C
| |
B =&gt; @
| |
@ A
</code></pre></div>
If your working-copy commit already has visible children, then <code>--edit</code> is
implied.</p>
<p><strong>Usage:</strong> <code>jj next [OPTIONS] [OFFSET]</code></p>
<h6 id="arguments_30"><strong>Arguments:</strong><a class="headerlink" href="#arguments_30" title="Permanent link">&para;</a></h6>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

Binary file modified prerelease/sitemap.xml.gz
Binary file not shown.

0 comments on commit c62d297

Please sign in to comment.