ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Yuya Nishihara 7a83305e71 cli: reorder code to slightly narrow scope of transaction
This helps to make start_transaction() borrow &mut self, and I think it's
better to check command arguments earlier.
2023-01-18 09:00:21 -08:00
..
config config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
cleanup_guard.rs
cli_util.rs cli: replace short_commit_description() with commit summary template 2023-01-16 11:53:35 +09:00
commands.rs cli: reorder code to slightly narrow scope of transaction 2023-01-18 09:00:21 -08:00
config-schema.json
config.rs config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
diff_util.rs formatter: rename {add,remove}_label to {push,pop}_label 2023-01-13 21:47:50 -08:00
formatter.rs formatter: reset color around newlines 2023-01-13 21:47:50 -08:00
graphlog.rs Add sapling graph formatters as an option. 2023-01-16 22:15:55 +01:00
lib.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
main.rs
merge_tools.rs style: use #[error(transparent)] instead of #[error("{0}")] 2023-01-17 20:39:39 +01:00
progress.rs
template.pest
template_parser.rs Templater: naive implementation of shortest prefix highlight for ids 2023-01-17 22:01:09 -08:00
templater.rs Templater: naive implementation of shortest prefix highlight for ids 2023-01-17 22:01:09 -08:00
time_util.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs cli: migrate ui.write_error() to writeln!() 2023-01-12 17:32:18 +09:00