Deployed 726cbbd to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-09-18 07:12:17 +00:00
parent b1c57f4818
commit 8353a71a57
2 changed files with 16 additions and 5 deletions

View File

@ -6470,10 +6470,21 @@ Martin von Zweigbergk</p>
<p><strong>Usage:</strong> <code>jj diffedit [OPTIONS]</code></p> <p><strong>Usage:</strong> <code>jj diffedit [OPTIONS]</code></p>
<h6 id="options_14"><strong>Options:</strong><a class="headerlink" href="#options_14" title="Permanent link">&para;</a></h6> <h6 id="options_14"><strong>Options:</strong><a class="headerlink" href="#options_14" title="Permanent link">&para;</a></h6>
<ul> <ul>
<li><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to touch up. Defaults to @ if neither --to nor --from are specified</li> <li>
<li><code>--from &lt;FROM&gt;</code> — Show changes from this revision. Defaults to @ if --to is specified</li> <p><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to touch up</p>
<li><code>--to &lt;TO&gt;</code> — Edit changes in this revision. Defaults to @ if --from is specified</li> <p>Defaults to @ if neither --to nor --from are specified.</p>
<li><code>--tool &lt;NAME&gt;</code> — Specify diff editor to be used</li> </li>
<li>
<p><code>--from &lt;FROM&gt;</code> — Show changes from this revision</p>
<p>Defaults to @ if --to is specified.</p>
</li>
<li>
<p><code>--to &lt;TO&gt;</code> — Edit changes in this revision</p>
<p>Defaults to @ if --from is specified.</p>
</li>
<li>
<p><code>--tool &lt;NAME&gt;</code> — Specify diff editor to be used</p>
</li>
</ul> </ul>
<h2 id="jj-duplicate"><code>jj duplicate</code><a class="headerlink" href="#jj-duplicate" title="Permanent link">&para;</a></h2> <h2 id="jj-duplicate"><code>jj duplicate</code><a class="headerlink" href="#jj-duplicate" title="Permanent link">&para;</a></h2>
<p>Create a new change with the same content as an existing one</p> <p>Create a new change with the same content as an existing one</p>

File diff suppressed because one or more lines are too long