forked from mirrors/jj
Deployed b799848
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
65b1e948d5
commit
1bc00a0398
4 changed files with 3 additions and 3 deletions
|
@ -6266,7 +6266,7 @@ Martin von Zweigbergk</p>
|
|||
</ul>
|
||||
<h6 id="options_27"><strong>Options:</strong><a class="headerlink" href="#options_27" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
<li><code>-r</code>, <code>--revisions <REVISIONS></code> — Which revisions to show. Defaults to the <code>revsets.log</code> setting, or <code>@ | ancestors(immutable_heads().., 2) | trunk()</code> if it is not set</li>
|
||||
<li><code>-r</code>, <code>--revisions <REVISIONS></code> — Which revisions to show. If no paths nor revisions are specified, this defaults to the <code>revsets.log</code> setting, or <code>@ | ancestors(immutable_heads().., 2) | trunk()</code> if it is not set</li>
|
||||
<li>
|
||||
<p><code>--reversed</code> — Show revisions in the opposite order (older revisions first)</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
|
|
|
@ -2282,7 +2282,7 @@ users:</p>
|
|||
<p>Ancestors of the configured set are also immutable. The root commit is always
|
||||
immutable even if the set is empty.</p>
|
||||
<h3 id="default-revisions-to-log">Default revisions to log<a class="headerlink" href="#default-revisions-to-log" title="Permanent link">¶</a></h3>
|
||||
<p>You can configure the revisions <code>jj log</code> without <code>-r</code> should show.</p>
|
||||
<p>You can configure the revisions <code>jj log</code> would show when neither <code>-r</code> nor any paths are specified.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="c1"># Show commits that are not in `main@origin`</span>
|
||||
<span class="n">revsets</span><span class="p">.</span><span class="n">log</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"main@origin.."</span>
|
||||
</code></pre></div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue