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

Deployed 171896a to prerelease with MkDocs 1.5.2 and mike 1.1.2

This commit is contained in:
jj-docs[bot] 2023-10-23 19:05:50 +00:00
parent eca820ab6b
commit 0946f4f3f7
3 changed files with 5 additions and 1 deletions

View file

@ -1372,6 +1372,10 @@ for a comprehensive list.</p>
<div class="highlight"><pre><span></span><code><span class="k">[revset-aliases]</span> <div class="highlight"><pre><span></span><code><span class="k">[revset-aliases]</span>
<span class="s">&#39;trunk()&#39;</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&#39;your-branch@your-remote&#39;</span> <span class="s">&#39;trunk()&#39;</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&#39;your-branch@your-remote&#39;</span>
</code></pre></div> </code></pre></div>
<ul>
<li><code>immutable_heads()</code>: Resolves to <code>trunk() | tags()</code> by default. See
<a href="../config/#set-of-immutable-commits">here</a> for details.</li>
</ul>
<h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h2> <h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h2>
<p>Show the parent(s) of the working-copy commit (like <code>git log -1 HEAD</code>):</p> <p>Show the parent(s) of the working-copy commit (like <code>git log -1 HEAD</code>):</p>
<div class="highlight"><pre><span></span><code>jj log -r @- <div class="highlight"><pre><span></span><code>jj log -r @-

File diff suppressed because one or more lines are too long

Binary file not shown.