Skip to content

Commit

Permalink
Deployed b799848 to prerelease with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Apr 3, 2024
1 parent 65b1e94 commit 1bc00a0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prerelease/cli-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6266,7 +6266,7 @@ <h6 id="arguments_27"><strong>Arguments:</strong><a class="headerlink" href="#ar
</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>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ <h3 id="set-of-immutable-commits">Set of immutable commits<a class="headerlink"
<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>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

Binary file modified prerelease/sitemap.xml.gz
Binary file not shown.

0 comments on commit 1bc00a0

Please sign in to comment.