mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-25 17:11:12 +00:00
Deployed a757fdd to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
9fd7d43a75
commit
32b461ec50
@ -1785,12 +1785,14 @@ given <a href="#string-patterns">string pattern</a>.</p>
|
||||
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>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user