jj/src
Yuya Nishihara 5c52b4e819 revset: introduce wrapper struct to pass around workspace information
More workspace-derived parameters will be added, and I don't think wrapping
with Option for each makes sense because all parameters should be available
if workspace exists.
2022-10-24 01:48:00 +09:00
..
cli_util.rs revset: introduce wrapper struct to pass around workspace information 2022-10-24 01:48:00 +09:00
commands.rs cli: add WorkspaceCommandHelper::evaluate_revset(expr) 2022-10-24 01:48:00 +09:00
config.rs Fix typo in error message 2022-09-14 15:29:53 -07:00
diff_edit.rs working_copy: remove return value from TreeState::snapshot() 2022-10-02 15:15:18 +09:00
formatter.rs formatter: add a with_label() helper 2022-10-13 19:27:18 -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: extract new cli_util module 2022-09-24 07:28:10 -07:00
main.rs cli: don't call process::exit() in create_ui() 2022-09-25 19:43:47 -07:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs backend: allow negative timestamps in commits and operations 2022-09-30 00:50:17 -07:00
templater.rs cli: pass formatter label by reference 2022-10-08 00:52:33 +09:00
ui.rs cli: remove now unused Ui::with_cwd() 2022-10-22 12:40:43 +09:00