jj/src
Martin von Zweigbergk 01d7239732 revset: make graph iterator yield commit ids (not index entries)
We only need `CommitId`s, and `IndexEntry` is specific to the default
index implementation.
2023-03-20 01:45:54 -07:00
..
commands revset: make graph iterator yield commit ids (not index entries) 2023-03-20 01:45:54 -07:00
config cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
cleanup_guard.rs style: move unix-specific imports into unix section 2023-02-06 13:16:30 +01:00
cli_util.rs cargo: update MSRV to 1.64 2023-03-17 22:44:29 -07:00
commit_templater.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
config-schema.json cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
config.rs config: extract default log template to config/templates.toml 2023-02-15 00:23:48 +09:00
diff_util.rs cargo: update MSRV to 1.64 2023-03-17 22:44:29 -07:00
formatter.rs formatter: pass data range to replay callback instead of data slice 2023-03-10 16:07:55 +09:00
graphlog.rs cli: replace o as graph node by when using unicode graph 2023-03-12 23:21:05 -07:00
lib.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
main.rs refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
merge_tools.rs allow passing environment variables to external tools 2023-02-12 07:23:29 -08:00
operation_templater.rs templater: add stub BuildContext object, pass it around build_() functions 2023-03-18 12:04:00 +09:00
progress.rs ui: simplify size() to only return width, rename it to term_width() 2023-03-11 12:01:17 +09:00
template.pest templater: add parsing rule for lambda expression 2023-03-18 12:04:00 +09:00
template_builder.rs templater: add join method to mapped template 2023-03-18 12:04:00 +09:00
template_parser.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
templater.rs templater: add trait that represents a mapped template 2023-03-18 12:04:00 +09:00
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs time_util: add functions to parse format spec and apply it later 2023-03-15 12:14:42 +09:00
ui.rs cargo: update MSRV to 1.64 2023-03-17 22:44:29 -07:00