Deployed f4fb8f1 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-04-07 16:23:46 +00:00
parent d725e4ca49
commit c62d2970a5
3 changed files with 21 additions and 19 deletions

View File

@ -6473,26 +6473,28 @@ Martin von Zweigbergk</p>
</ul> </ul>
<h2 id="jj-next"><code>jj next</code><a class="headerlink" href="#jj-next" title="Permanent link">&para;</a></h2> <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>Move the working-copy commit to the child revision</p>
<p>The command moves you to the next child in a linear fashion.</p> <p>The command creates a new empty working copy revision that is the child of a
<div class="highlight"><pre><span></span><code>D D @ descendant <code>offset</code> revisions ahead of the parent of the current working
| |/ copy.</p>
C @ =&gt; C <p>For example, when the offset is 1:</p>
|/ | <div class="highlight"><pre><span></span><code>D D @
B B | |/
C @ =&gt; C
|/ |
B B
</code></pre></div> </code></pre></div>
<p>If <code>--edit</code> is passed, it will move you directly to the child <p>If <code>--edit</code> is passed, the working copy revision is changed to the child of
revision.</p> the current working copy revision.</p>
<div class="highlight"><pre><span></span><code>D D <p><div class="highlight"><pre><span></span><code>D D
| | | |
C C C C
| | | |
B =&gt; @ B =&gt; @
| | | |
@ A @ A
If your working-copy commit already has visible children, then `--edit` is
implied.
</code></pre></div> </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> <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> <h6 id="arguments_30"><strong>Arguments:</strong><a class="headerlink" href="#arguments_30" title="Permanent link">&para;</a></h6>
<ul> <ul>

File diff suppressed because one or more lines are too long

Binary file not shown.