Skip to content

Commit

Permalink
Deployed a757fdd to prerelease with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Jul 16, 2024
1 parent 9fd7d43 commit 32b461e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions prerelease/revsets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1785,12 +1785,14 @@ <h2 id="functions">Functions<a class="headerlink" href="#functions" title="Perma
user modifications and <code>root()</code>.</p>
</li>
<li>
<p><code>file(pattern[, pattern]...)</code>: Commits modifying paths matching one of the
given <a href="../filesets/#file-patterns">file patterns</a>.</p>
<p><code>file(expression)</code>: Commits modifying paths matching the given <a href="../filesets/">fileset
expression</a>.</p>
<p>Paths are relative to the directory <code>jj</code> was invoked from. A directory name
will match all files in that directory and its subdirectories.</p>
<p>For example, <code>file(foo)</code> will match files <code>foo</code>, <code>foo/bar</code>, <code>foo/bar/baz</code>.
It will <em>not</em> match <code>foobar</code> or <code>bar/foo</code>.</p>
<p>Some file patterns might need quoting because the <code>expression</code> must also be
parsable as a revset. For example, <code>.</code> has to be quoted in <code>file(".")</code>.</p>
</li>
<li>
<p><code>conflict()</code>: Commits with conflicts.</p>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 32b461e

Please sign in to comment.