ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Samuel Tardieu 8a289ddef0 refactor: return ExitCode from CliRunner::run()
`CliRunner::run()` has been renamed from `CliRunner::run_and_exit()`
and returns an `ExitCode` which can be returned from `main()`.
2023-01-20 06:42:08 +01:00
..
commands refactor: extract operation commands into commands/operation module 2023-01-18 19:54:59 +01: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 refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
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.rs
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 refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
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: move CommitOrChangeIdKeyword functions to CommitOrChangeId 2023-01-19 16:41:50 +09:00
templater.rs templater: fix id of brackets-prefix format to respect total length 2023-01-19 16:41:50 +09:00
time_util.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs