Deployed ee37409 to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-11-26 05:19:45 +00:00
parent db640153f3
commit a2fd0c1619
2 changed files with 6 additions and 3 deletions

View File

@ -7911,11 +7911,14 @@ commit. This is true in general; it is not specific to this command.</p>
<p>Simplify parent edges for the specified revision(s).</p>
<p>Removes all parents of each of the specified revisions that are also indirect ancestors of the same revisions through other parents. This has no effect on any revision's contents, including the working copy.</p>
<p>In other words, for all (A, B, C) where A has (B, C) as parents and C is an ancestor of B, A will be rewritten to have only B as a parent instead of B+C.</p>
<p><strong>Usage:</strong> <code>jj simplify-parents &lt;--source &lt;SOURCE&gt;|--revisions &lt;REVISIONS&gt;&gt;</code></p>
<p><strong>Usage:</strong> <code>jj simplify-parents [OPTIONS]</code></p>
<h6 id="options_43"><strong>Options:</strong><a class="headerlink" href="#options_43" title="Permanent link">&para;</a></h6>
<ul>
<li><code>-s</code>, <code>--source &lt;SOURCE&gt;</code> — Simplify specified revision(s) together with their trees of descendants (can be repeated)</li>
<li><code>-r</code>, <code>--revisions &lt;REVISIONS&gt;</code> — Simplify specified revision(s) (can be repeated)</li>
<li>
<p><code>-r</code>, <code>--revisions &lt;REVISIONS&gt;</code> — Simplify specified revision(s) (can be repeated)</p>
<p>If both <code>--source</code> and <code>--revisions</code> are not provided, this defaults to the <code>revsets.simplify-parents</code> setting, or <code>reachable(@, mutable())</code> if it is not set.</p>
</li>
</ul>
<h2 id="jj-sparse"><code>jj sparse</code><a class="headerlink" href="#jj-sparse" title="Permanent link">&para;</a></h2>
<p>Manage which paths from the working-copy commit are present in the working copy</p>

File diff suppressed because one or more lines are too long