Deployed 058249c to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-09-06 00:22:36 +00:00
parent 4eafe92c8a
commit 61e4242021
4 changed files with 60 additions and 60 deletions

View File

@ -5918,7 +5918,7 @@ does not match the <code>jj help</code> output exactly.</p>
</ul>
<h2 id="jj"><code>jj</code><a class="headerlink" href="#jj" title="Permanent link">&para;</a></h2>
<p>Jujutsu (An experimental VCS)</p>
<p>To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/docs/tutorial.md.</p>
<p>To get started, see the tutorial at https://martinvonz.github.io/jj/latest/tutorial/.</p>
<p><strong>Usage:</strong> <code>jj [OPTIONS] [COMMAND]</code></p>
<h6 id="subcommands"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands" title="Permanent link">&para;</a></h6>
<ul>
@ -6030,7 +6030,7 @@ does not match the <code>jj help</code> output exactly.</p>
</ul>
<h2 id="jj-branch"><code>jj branch</code><a class="headerlink" href="#jj-branch" title="Permanent link">&para;</a></h2>
<p>Manage branches</p>
<p>For information about branches, see https://github.com/martinvonz/jj/blob/main/docs/branches.md.</p>
<p>For information about branches, see https://martinvonz.github.io/jj/latest/branches/.</p>
<p><strong>Usage:</strong> <code>jj branch &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_1"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_1" title="Permanent link">&para;</a></h6>
<ul>
@ -6062,7 +6062,7 @@ does not match the <code>jj help</code> output exactly.</p>
<ul>
<li>
<p><code>&lt;NAMES&gt;</code> — The branches to delete</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
</li>
</ul>
<h2 id="jj-branch-forget"><code>jj branch forget</code><a class="headerlink" href="#jj-branch-forget" title="Permanent link">&para;</a></h2>
@ -6073,19 +6073,19 @@ does not match the <code>jj help</code> output exactly.</p>
<ul>
<li>
<p><code>&lt;NAMES&gt;</code> — The branches to forget</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
</li>
</ul>
<h2 id="jj-branch-list"><code>jj branch list</code><a class="headerlink" href="#jj-branch-list" title="Permanent link">&para;</a></h2>
<p>List branches and their targets</p>
<p>By default, a tracking remote branch will be included only if its target is different from the local target. A non-tracking remote branch won't be listed. For a conflicted branch (both local and remote), old target revisions are preceded by a "-" and new target revisions are preceded by a "+".</p>
<p>For information about branches, see https://github.com/martinvonz/jj/blob/main/docs/branches.md.</p>
<p>For information about branches, see https://martinvonz.github.io/jj/latest/branches/.</p>
<p><strong>Usage:</strong> <code>jj branch list [OPTIONS] [NAMES]...</code></p>
<h6 id="arguments_4"><strong>Arguments:</strong><a class="headerlink" href="#arguments_4" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>&lt;NAMES&gt;</code> — Show branches whose local name matches</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
</li>
</ul>
<h6 id="options_4"><strong>Options:</strong><a class="headerlink" href="#options_4" title="Permanent link">&para;</a></h6>
@ -6100,7 +6100,7 @@ does not match the <code>jj help</code> output exactly.</p>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render each branch using the given template</p>
<p>All 0-argument methods of the <code>RefName</code> type are available as keywords.</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
</ul>
<h2 id="jj-branch-move"><code>jj branch move</code><a class="headerlink" href="#jj-branch-move" title="Permanent link">&para;</a></h2>
@ -6114,7 +6114,7 @@ does not match the <code>jj help</code> output exactly.</p>
<ul>
<li>
<p><code>&lt;NAMES&gt;</code> — Move branches matching the given name patterns</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
</li>
</ul>
<h6 id="options_5"><strong>Options:</strong><a class="headerlink" href="#options_5" title="Permanent link">&para;</a></h6>
@ -6157,7 +6157,7 @@ does not match the <code>jj help</code> output exactly.</p>
<ul>
<li>
<p><code>&lt;BRANCH@REMOTE&gt;</code> — Remote branches to track</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
<p>Examples: branch@remote, glob:main@<em>, glob:jjfan-</em>@upstream</p>
</li>
</ul>
@ -6169,7 +6169,7 @@ does not match the <code>jj help</code> output exactly.</p>
<ul>
<li>
<p><code>&lt;BRANCH@REMOTE&gt;</code> — Remote branches to untrack</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select branches by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
<p>Examples: branch@remote, glob:main@<em>, glob:jjfan-</em>@upstream</p>
</li>
</ul>
@ -6195,7 +6195,7 @@ does not match the <code>jj help</code> output exactly.</p>
<h2 id="jj-config"><code>jj config</code><a class="headerlink" href="#jj-config" title="Permanent link">&para;</a></h2>
<p>Manage config options</p>
<p>Operates on jj configuration, which comes from the config file and environment variables.</p>
<p>For file locations, supported config options, and other details about jj config, see https://github.com/martinvonz/jj/blob/main/docs/config.md.</p>
<p>For file locations, supported config options, and other details about jj config, see https://martinvonz.github.io/jj/latest/config/.</p>
<p><strong>Usage:</strong> <code>jj config &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_2"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_2" title="Permanent link">&para;</a></h6>
<ul>
@ -6248,7 +6248,7 @@ Martin von Zweigbergk</p>
<li><code>value: String</code>: Serialized value in TOML syntax.</li>
<li><code>overridden: Boolean</code>: True if the value is shadowed by other.</li>
</ul>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
</ul>
<h2 id="jj-config-path"><code>jj config path</code><a class="headerlink" href="#jj-config-path" title="Permanent link">&para;</a></h2>
@ -6391,7 +6391,7 @@ Martin von Zweigbergk</p>
<li><code>--no-graph</code> — Don't show the graph, show a flat list of revisions</li>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render each revision using the given template</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
<li>
<p><code>-p</code>, <code>--patch</code> — Show patch compared to the previous version of this change</p>
@ -6559,7 +6559,7 @@ will be removed in a future version.</p>
</ul>
<h2 id="jj-git"><code>jj git</code><a class="headerlink" href="#jj-git" title="Permanent link">&para;</a></h2>
<p>Commands for working with Git remotes and the underlying Git repo</p>
<p>For a comparison with Git, including a table of commands, see https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md.</p>
<p>For a comparison with Git, including a table of commands, see https://martinvonz.github.io/jj/latest/git-comparison/.</p>
<p><strong>Usage:</strong> <code>jj git &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_4"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_4" title="Permanent link">&para;</a></h6>
<ul>
@ -6770,7 +6770,7 @@ will be removed in a future version.</p>
</li>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render each revision using the given template</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
<li>
<p><code>-p</code>, <code>--patch</code> — Show patch</p>
@ -6796,7 +6796,7 @@ will be removed in a future version.</p>
<p>Create a new, empty change and (by default) edit it in the working copy</p>
<p>By default, <code>jj</code> will edit the new change, making the working copy represent the new commit. This can be avoided with <code>--no-edit</code>.</p>
<p>Note that you can create a merge commit by specifying multiple revisions as argument. For example, <code>jj new main @</code> will create a new commit with the <code>main</code> branch and the working copy as parents.</p>
<p>For more information, see https://github.com/martinvonz/jj/blob/main/docs/working-copy.md.</p>
<p>For more information, see https://martinvonz.github.io/jj/latest/working-copy/.</p>
<p><strong>Usage:</strong> <code>jj new [OPTIONS] [REVISIONS]...</code></p>
<h6 id="arguments_32"><strong>Arguments:</strong><a class="headerlink" href="#arguments_32" title="Permanent link">&para;</a></h6>
<ul>
@ -6860,7 +6860,7 @@ implied.</p>
</ul>
<h2 id="jj-operation"><code>jj operation</code><a class="headerlink" href="#jj-operation" title="Permanent link">&para;</a></h2>
<p>Commands for working with the operation log</p>
<p>For information about the operation log, see https://github.com/martinvonz/jj/blob/main/docs/operation-log.md.</p>
<p>For information about the operation log, see https://martinvonz.github.io/jj/latest/operation-log/.</p>
<p><strong>Usage:</strong> <code>jj operation &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_6"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_6" title="Permanent link">&para;</a></h6>
<ul>
@ -6923,7 +6923,7 @@ implied.</p>
<li><code>--no-graph</code> — Don't show the graph, show a flat list of operations</li>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render each operation using the given template</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
</ul>
<h2 id="jj-operation-restore"><code>jj operation restore</code><a class="headerlink" href="#jj-operation-restore" title="Permanent link">&para;</a></h2>
@ -7251,7 +7251,7 @@ commit. This is true in general; it is not specific to this command.</p>
<ul>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render a revision using the given template</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
<li>
<p><code>-s</code>, <code>--summary</code> — For each path, show only whether it was modified, added, or deleted</p>
@ -7355,7 +7355,7 @@ commit. This is true in general; it is not specific to this command.</p>
<p>The working copy commit and its (first) parent, and a summary of the changes between them</p>
</li>
<li>
<p>Conflicted branches (see https://github.com/martinvonz/jj/blob/main/docs/branches.md)</p>
<p>Conflicted branches (see https://martinvonz.github.io/jj/latest/branches/)</p>
</li>
</ul>
<p><strong>Usage:</strong> <code>jj status [PATHS]...</code></p>
@ -7377,7 +7377,7 @@ commit. This is true in general; it is not specific to this command.</p>
<ul>
<li>
<p><code>&lt;NAMES&gt;</code> — Show tags whose local name matches</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select tags by wildcard pattern. For details, see https://github.com/martinvonz/jj/blob/main/docs/revsets.md#string-patterns.</p>
<p>By default, the specified name matches exactly. Use <code>glob:</code> prefix to select tags by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns.</p>
</li>
</ul>
<h6 id="options_41"><strong>Options:</strong><a class="headerlink" href="#options_41" title="Permanent link">&para;</a></h6>
@ -7385,7 +7385,7 @@ commit. This is true in general; it is not specific to this command.</p>
<li>
<p><code>-T</code>, <code>--template &lt;TEMPLATE&gt;</code> — Render each tag using the given template</p>
<p>All 0-argument methods of the <code>RefName</code> type are available as keywords.</p>
<p>For the syntax, see https://github.com/martinvonz/jj/blob/main/docs/templates.md</p>
<p>For the syntax, see https://martinvonz.github.io/jj/latest/templates/</p>
</li>
</ul>
<h2 id="jj-util"><code>jj util</code><a class="headerlink" href="#jj-util" title="Permanent link">&para;</a></h2>
@ -7539,7 +7539,7 @@ compinit
<p><strong>Usage:</strong> <code>jj workspace root</code></p>
<h2 id="jj-workspace-update-stale"><code>jj workspace update-stale</code><a class="headerlink" href="#jj-workspace-update-stale" title="Permanent link">&para;</a></h2>
<p>Update a workspace that has become stale</p>
<p>For information about stale working copies, see https://github.com/martinvonz/jj/blob/main/docs/working-copy.md.</p>
<p>For information about stale working copies, see https://martinvonz.github.io/jj/latest/working-copy/.</p>
<p><strong>Usage:</strong> <code>jj workspace update-stale</code></p>
<hr/>

File diff suppressed because one or more lines are too long

View File

@ -2,182 +2,182 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://martinvonz.github.io/jj/latest/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/FAQ/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/branches/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/cli-reference/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/code-of-conduct/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/community_tools/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/config/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/conflicts/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/contributing/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design_doc_blueprint/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design_docs/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/filesets/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/git-comparison/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/git-compatibility/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/github/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/glossary/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/install-and-setup/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/operation-log/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/related-work/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/revsets/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/roadmap/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/sapling-comparison/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/templates/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/testimonials/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/tutorial/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/windows/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/working-copy/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/copy-tracking/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/git-submodule-storage/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/git-submodules/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/run/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/sparse-v2/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/design/tracking-branches/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/technical/architecture/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/technical/concurrency/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://martinvonz.github.io/jj/latest/technical/conflicts/</loc>
<lastmod>2024-09-05</lastmod>
<lastmod>2024-09-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.