jj/docs
Yuya Nishihara 30984dae4a cli: if enabled, parse path arguments as fileset expressions
If this doesn't work out, maybe we can try one of these:
 a. fall back to bare file name if expression doesn't contain any operator-like
    characters (e.g. "f(x" is an error, but "f x" can be parsed as bare string)
 b. introduce command-line flag to opt in (e.g. -e FILESET)
 c. introduce pattern prefix to opt in (e.g. set:FILESET)

Closes #3239, #2915, #2286
2024-04-12 11:36:40 +09:00
..
design
technical
branches.md
cli-reference.md
code-of-conduct.md
config.md New jj debug watchman status command 2024-04-11 10:55:59 -07:00
config.toml
conflicts.md
contributing.md cli: add better error message when immutable_heads() cannot be resolved 2024-04-03 07:58:00 +02:00
FAQ.md
filesets.md cli: if enabled, parse path arguments as fileset expressions 2024-04-12 11:36:40 +09:00
git-comparison.md
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md docs: "bash" is no longer optional for command-line completion 2024-04-02 09:30:44 -07:00
operation-log.md
related-work.md
revsets.md revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
sapling-comparison.md
templates.md templater: Add operation.snapshot() boolean 2024-04-07 19:46:52 +03:00
testimonials.md
tutorial.md
windows.md
working-copy.md