ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk d2043f069e repo: delete record_rewritten_commit()
I don't think we have any callers left that call
`record_rewritten_commit()` multiple times within a transaction and
expect it to result in divergence. I think we should consider it a bug
to do that.
2024-03-25 06:53:14 -07:00
..
commands repo: delete record_rewritten_commit() 2024-03-25 06:53:14 -07:00
config cli: show timestamp in local timezone and without millis and offset 2024-03-20 07:54:08 -07:00
merge_tools merge tools: split DiffEditWorkingCopies from DiffWorkingCopies 2024-03-15 21:35:57 -07:00
cleanup_guard.rs
cli_util.rs cli: indent commits summary in single revset resolution hint 2024-03-25 11:15:28 +09:00
command_error.rs cli: remove less-frequently-used user_error factories 2024-03-24 10:45:52 +09:00
commit_templater.rs templater: remove unused context parameter from Template<C> 2024-03-25 11:15:09 +09:00
config-schema.json Make node symbols templatable in the graphs. 2024-03-21 17:41:31 +01:00
config.rs
description_util.rs description_utils: teach combine_messages() to handle more than two sources 2024-03-13 05:21:05 -07:00
diff_util.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
formatter.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
generic_templater.rs templater: remove unused context parameter from Template<C> 2024-03-25 11:15:09 +09:00
git_util.rs git-push: Display messages from remote 2024-03-23 20:17:04 +08:00
graphlog.rs graphlog: refactor out node symbols from GraphLog 2024-03-12 08:25:58 +05:00
lib.rs cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
main.rs
operation_templater.rs templater: remove unused context parameter from Template<C> 2024-03-25 11:15:09 +09:00
progress.rs
revset_util.rs cli: include root() in the heads node of the immutable set expression 2024-03-17 14:50:48 +09:00
template.pest
template_builder.rs templater: turn logical && and || into short-circuiting operators 2024-03-25 11:15:18 +09:00
template_parser.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
templater.rs templater: remove unused context parameter from Template<C> 2024-03-25 11:15:09 +09:00
text_util.rs formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs cli: add more CommandError factory functions, consolidate inner type 2024-03-24 10:45:52 +09:00