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

Deployed dc693e7 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-04-29 10:17:20 +00:00
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.

View file

@ -1820,6 +1820,7 @@ type</a> are available as keywords. For example,
<li><code>hidden() -&gt; Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li>
<li><code>immutable() -&gt; Boolean</code>: True if the commit is included in <a href="../config/#set-of-immutable-commits">the set of
immutable commits</a>.</li>
<li><code>contained_in(revset: String) -&gt; Boolean</code>: True if the commit is included in <a href="../revsets/">the provided revset</a>.</li>
<li><code>conflict() -&gt; Boolean</code>: True if the commit contains merge conflicts.</li>
<li><code>empty() -&gt; Boolean</code>: True if the commit modifies no files.</li>
<li><code>root() -&gt; Boolean</code>: True if the commit is the root commit.</li>