Deployed 68f4860 to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-10-06 00:45:55 +00:00
parent 14848f139a
commit cdaca1b3aa
4 changed files with 54 additions and 38 deletions

View File

@ -6419,6 +6419,8 @@ Martin von Zweigbergk</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>-w</code>, <code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>-b</code>, <code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-diffedit"><code>jj diffedit</code><a class="headerlink" href="#jj-diffedit" title="Permanent link">&para;</a></h2>
<p>Touch up the content changes in a revision with a diff editor</p>
@ -6508,6 +6510,8 @@ Martin von Zweigbergk</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-file"><code>jj file</code><a class="headerlink" href="#jj-file" title="Permanent link">&para;</a></h2>
<p>File operations</p>
@ -6857,6 +6861,8 @@ will be removed in a future version.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>-w</code>, <code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>-b</code>, <code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-log"><code>jj log</code><a class="headerlink" href="#jj-log" title="Permanent link">&para;</a></h2>
<p>Show revision history</p>
@ -6906,6 +6912,8 @@ will be removed in a future version.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-new"><code>jj new</code><a class="headerlink" href="#jj-new" title="Permanent link">&para;</a></h2>
<p>Create a new, empty change and (by default) edit it in the working copy</p>
@ -7027,6 +7035,8 @@ implied.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-operation-log"><code>jj operation log</code><a class="headerlink" href="#jj-operation-log" title="Permanent link">&para;</a></h2>
<p>Show the operation log</p>
@ -7065,6 +7075,8 @@ implied.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</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>
<p>Create a new operation that restores the repo to an earlier state</p>
@ -7127,6 +7139,8 @@ implied.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</li>
</ul>
<h2 id="jj-operation-undo"><code>jj operation undo</code><a class="headerlink" href="#jj-operation-undo" title="Permanent link">&para;</a></h2>
<p>Create a new operation that undoes an earlier operation</p>
@ -7414,6 +7428,8 @@ commit. This is true in general; it is not specific to this command.</p>
<li><code>--color-words</code> — Show a word-level diff with changes indicated only by color</li>
<li><code>--tool &lt;TOOL&gt;</code> — Generate diff by external command</li>
<li><code>--context &lt;CONTEXT&gt;</code> — Number of lines of context to show</li>
<li><code>--ignore-all-space</code> — Ignore whitespace when comparing lines</li>
<li><code>--ignore-space-change</code> — Ignore changes in amount of whitespace when comparing lines</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

View File

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

Binary file not shown.