forked from mirrors/jj
Deployed 171896a
to prerelease with MkDocs 1.5.2 and mike 1.1.2
This commit is contained in:
parent
eca820ab6b
commit
0946f4f3f7
3 changed files with 5 additions and 1 deletions
|
@ -1372,6 +1372,10 @@ for a comprehensive list.</p>
|
|||
<div class="highlight"><pre><span></span><code><span class="k">[revset-aliases]</span>
|
||||
<span class="s">'trunk()'</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">'your-branch@your-remote'</span>
|
||||
</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">¶</a></h2>
|
||||
<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 @-
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue