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

Deployed b799848 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-04-03 05:57:37 +00:00
parent 65b1e948d5
commit 1bc00a0398
4 changed files with 3 additions and 3 deletions

View file

@ -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">&para;</a></h6>
<ul>
<li><code>-r</code>, <code>--revisions &lt;REVISIONS&gt;</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 &lt;REVISIONS&gt;</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>

View file

@ -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">&para;</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">&quot;main@origin..&quot;</span>
</code></pre></div>

File diff suppressed because one or more lines are too long

Binary file not shown.