jj/cli
Yuya Nishihara 4533e81957 cli: pass &Ui to parse fileset/revset/template functions
Deprecation warnings will be printed there. auto_tracking_matcher(ui) could
be cached, but there aren't many callers right now, so it should be okay to
parse and emit warnings for each invocation. Other than that, the changes are
straightforward.
2024-09-20 23:01:12 +09:00
..
examples cli: pass &Ui to parse fileset/revset/template functions 2024-09-20 23:01:12 +09:00
src cli: pass &Ui to parse fileset/revset/template functions 2024-09-20 23:01:12 +09:00
testing bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
tests cli: cache immutable heads revset expression 2024-09-20 06:56:03 +09:00
build.rs cli/build-rs: remove metadata command dependency in favor of env vars 2024-09-03 22:31:17 -07:00
Cargo.toml cli: remove unused dependency on hex 2024-09-17 12:34:31 +02:00
LICENSE