jj/src
Martin von Zweigbergk 56f94e5192 cli: record program name in operation metadata as exactly "jj"
This is a simple workaround to make operation IDs predictable (so they
don't include the path to `.../target/debug/jj` or similar). The full
path can probably be useful for troubleshooting, but we can deal with
that later if we see a need for it. It might also be less confusing
for Windows users if it says "jj.exe".
2022-11-24 16:00:20 -10:00
..
cleanup_guard.rs cli: define drop+signal guard helper 2022-11-06 18:15:22 -08:00
cli_util.rs cli: record program name in operation metadata as exactly "jj" 2022-11-24 16:00:20 -10:00
commands.rs log: warn if the provided path looks like a revset 2022-11-21 16:42:48 -08:00
config.rs operations: allow overriding timestamps for tests 2022-11-24 16:00:20 -10:00
diff_edit.rs diff_edit: remove unnecessary settings argument 2022-11-24 16:00:20 -10:00
formatter.rs templater: drop support for open template keyword 2022-11-05 06:14:37 -07:00
graphlog.rs graphlog: use usize::from(:bool) to convert boolean to integer 2022-10-09 12:20:15 -07:00
lib.rs cli: define drop+signal guard helper 2022-11-06 18:15:22 -08:00
main.rs feature: add verbose flag and tracing library 2022-11-24 16:35:14 +10:00
progress.rs cli: fix rebase error 2022-11-06 18:50:58 -08:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs cargo: upgrade chrono to version 0.4.23 2022-11-14 13:18:36 -08:00
templater.rs templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
ui.rs cli: use is_tty() from crossterm crate instead of atty 2022-11-23 20:12:45 -10:00