forked from mirrors/jj
Deployed 895eead
to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
0e86c2d221
commit
2227698861
2 changed files with 10 additions and 1 deletions
|
@ -1795,6 +1795,15 @@ It will <em>not</em> match <code>foobar</code> or <code>bar/foo</code>.</p>
|
|||
parsable as a revset. For example, <code>.</code> has to be quoted in <code>file(".")</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>diff_contains(text[, files])</code>: Commits containing diffs matching the given
|
||||
<code>text</code> pattern line by line.</p>
|
||||
<p>The search paths can be narrowed by the <code>files</code> expression. All modified files
|
||||
are scanned by default, but it is likely to change in future version to
|
||||
respect the command line path arguments.</p>
|
||||
<p>For example, <code>diff_contains("TODO", "src")</code> will search revisions where "TODO"
|
||||
is added to or removed from files under "src".</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>conflict()</code>: Commits with conflicts.</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue