mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
Deployed 817ca7f to prerelease with MkDocs 1.5.2 and mike 1.1.2
This commit is contained in:
parent
40f647b972
commit
276ba04652
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -693,6 +693,13 @@
|
||||
OperationId type
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#refname-type" class="md-nav__link">
|
||||
RefName type
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -1324,6 +1331,13 @@
|
||||
OperationId type
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#refname-type" class="md-nav__link">
|
||||
RefName type
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@ -1429,10 +1443,10 @@ a follow-up section.</p>
|
||||
working-copy commit as <code><workspace name>@</code>.</li>
|
||||
<li><code>current_working_copy: Boolean</code>: True for the working-copy commit of the
|
||||
current workspace.</li>
|
||||
<li><code>branches: String</code></li>
|
||||
<li><code>tags: String</code></li>
|
||||
<li><code>git_refs: String</code></li>
|
||||
<li><code>git_head: String</code></li>
|
||||
<li><code>branches: List<RefName></code></li>
|
||||
<li><code>tags: List<RefName></code></li>
|
||||
<li><code>git_refs: List<RefName></code></li>
|
||||
<li><code>git_head: List<RefName></code></li>
|
||||
<li><code>divergent: Boolean</code>: True if the commit's change id corresponds to multiple
|
||||
visible commits.</li>
|
||||
<li><code>hidden: Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li>
|
||||
@ -1487,7 +1501,8 @@ methods.</p>
|
||||
<h3 id="integer-type">Integer type<a class="headerlink" href="#integer-type" title="Permanent link">¶</a></h3>
|
||||
<p>No methods are defined.</p>
|
||||
<h3 id="list-type">List type<a class="headerlink" href="#list-type" title="Permanent link">¶</a></h3>
|
||||
<p>The following methods are defined.</p>
|
||||
<p>A list can be implicitly converted to <code>Boolean</code>. The following methods are
|
||||
defined.</p>
|
||||
<ul>
|
||||
<li><code>.join(separator: Template) -> Template</code>: Concatenate elements with
|
||||
the given <code>separator</code>.</li>
|
||||
@ -1504,6 +1519,12 @@ methods.</p>
|
||||
<ul>
|
||||
<li><code>.short([len: Integer]) -> String</code></li>
|
||||
</ul>
|
||||
<h3 id="refname-type">RefName type<a class="headerlink" href="#refname-type" title="Permanent link">¶</a></h3>
|
||||
<p>The following methods are defined.</p>
|
||||
<ul>
|
||||
<li><code>.name() -> String</code>: Local branch or tag name.</li>
|
||||
<li><code>.remote() -> String</code>: Remote name or empty if this is a local ref.</li>
|
||||
</ul>
|
||||
<h3 id="shortestidprefix-type">ShortestIdPrefix type<a class="headerlink" href="#shortestidprefix-type" title="Permanent link">¶</a></h3>
|
||||
<p>The following methods are defined.</p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user