jj/cli
Yuya Nishihara c147125ce9 cli: migrate "cat" to matcher API, warn unmatched paths
This is the last non-debug command that doesn't support file patterns. It
wouldn't make much sense to "cat" multiple files (despite the command name),
but doing that should be harmless.
2024-04-16 10:12:31 +09:00
..
examples cli_util: support multiple extensions consistently 2024-04-12 14:07:33 -04:00
src cli: migrate "cat" to matcher API, warn unmatched paths 2024-04-16 10:12:31 +09:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests cli: migrate "cat" to matcher API, warn unmatched paths 2024-04-16 10:12:31 +09:00
build.rs
Cargo.toml test_conflicts and test_resolve_command: use indoc! to indent conflict markers in tests 2024-03-22 23:27:25 -07:00
LICENSE