forked from mirrors/jj
Deployed dc693e7
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
b91a441998
commit
02b1eb6793
3 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1820,6 +1820,7 @@ type</a> are available as keywords. For example,
|
||||||
<li><code>hidden() -> Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li>
|
<li><code>hidden() -> Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li>
|
||||||
<li><code>immutable() -> Boolean</code>: True if the commit is included in <a href="../config/#set-of-immutable-commits">the set of
|
<li><code>immutable() -> Boolean</code>: True if the commit is included in <a href="../config/#set-of-immutable-commits">the set of
|
||||||
immutable commits</a>.</li>
|
immutable commits</a>.</li>
|
||||||
|
<li><code>contained_in(revset: String) -> Boolean</code>: True if the commit is included in <a href="../revsets/">the provided revset</a>.</li>
|
||||||
<li><code>conflict() -> Boolean</code>: True if the commit contains merge conflicts.</li>
|
<li><code>conflict() -> Boolean</code>: True if the commit contains merge conflicts.</li>
|
||||||
<li><code>empty() -> Boolean</code>: True if the commit modifies no files.</li>
|
<li><code>empty() -> Boolean</code>: True if the commit modifies no files.</li>
|
||||||
<li><code>root() -> Boolean</code>: True if the commit is the root commit.</li>
|
<li><code>root() -> Boolean</code>: True if the commit is the root commit.</li>
|
||||||
|
|
Loading…
Reference in a new issue