ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed c311131 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-03-24 01:32:58 +00:00
parent a10a5d4062
commit 8cad6dd182
5 changed files with 59 additions and 36 deletions

View file

@ -2293,20 +2293,21 @@ immutable even if the set is empty.</p>
<h4 id="node-style">Node style<a class="headerlink" href="#node-style" title="Permanent link">&para;</a></h4>
<p>The symbols used to represent commits or operations can be customized via
templates.</p>
<p>* <code>templates.log_node</code> for commits (with <code>Commit</code> keywords)
* <code>templates.op_log_node</code> for operations (with <code>Operation</code> keywords)
* <code>templates.log_node_elided</code> for elided nodes</p>
<p>* <code>templates.log_node</code> for commits (with <code>Option&lt;Commit&gt;</code> keywords)
* <code>templates.op_log_node</code> for operations (with <code>Operation</code> keywords)</p>
<p>For example:
<div class="highlight"><pre><span></span><code><span class="k">[templates]</span>
<span class="n">log_node</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;&#39;&#39;</span>
<span class="s1">if(self,</span>
<span class="s1"> if(current_working_copy, &quot;@&quot;,</span>
<span class="s1"> if(root, &quot;&quot;,</span>
<span class="s1"> if(immutable, &quot;&quot;, &quot;&quot;)</span>
<span class="s1"> )</span>
<span class="s1"> )</span>
<span class="s1"> ),</span>
<span class="s1"> &quot;🮀&quot;,</span>
<span class="s1">)</span>
<span class="s1">&#39;&#39;&#39;</span>
<span class="n">op_log_node</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;if(current_operation, &quot;@&quot;, &quot;&quot;)&#39;</span>
<span class="n">log_node_elided</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;&quot;🮀&quot;&#39;</span>
</code></pre></div></p>
<h3 id="wrap-log-content">Wrap log content<a class="headerlink" href="#wrap-log-content" title="Permanent link">&para;</a></h3>
<p>If enabled, <code>log</code>/<code>obslog</code>/<code>op log</code> content will be wrapped based on

File diff suppressed because one or more lines are too long

View file

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

Binary file not shown.

View file

@ -857,6 +857,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#option-type" class="md-nav__link">
<span class="md-ellipsis">
Option type
</span>
</a>
</li>
<li class="md-nav__item">
@ -1594,6 +1603,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#option-type" class="md-nav__link">
<span class="md-ellipsis">
Option type
</span>
</a>
</li>
<li class="md-nav__item">
@ -1820,6 +1838,10 @@ defined.</p>
<ul>
<li><code>.short([len: Integer]) -&gt; String</code></li>
</ul>
<h3 id="option-type">Option type<a class="headerlink" href="#option-type" title="Permanent link">&para;</a></h3>
<p>An option can be implicitly converted to <code>Boolean</code> denoting whether the
contained value is set. If set, all methods of the contained value can be
invoked. If not set, an error will be reported inline on method call.</p>
<h3 id="refname-type">RefName type<a class="headerlink" href="#refname-type" title="Permanent link">&para;</a></h3>
<p>The following methods are defined.</p>
<ul>