jj/src
Martin von Zweigbergk 780d7fb59c backend: rename NormalFile to just File
There are no "non-normal" files, so "normal" is not needed. We have
symlinks and conflicts, but they are not files, so I think just "file"
is unambiguous.

I left `testutils::write_normal_file()` because there it's used to
mean "not executable file" (there's also a `write_executable_file()`).

I left `working_copy::FileType::Normal` since renaming `Normal` there
to `File` would also suggest we should rename `FileType`, and I don't
know what would be a better name for that type.
2022-11-14 23:36:43 -08:00
..
cleanup_guard.rs cli: define drop+signal guard helper 2022-11-06 18:15:22 -08:00
cli_util.rs operations: make hostname and username configurable 2022-11-14 10:02:04 -08:00
commands.rs backend: rename NormalFile to just File 2022-11-14 23:36:43 -08: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 templater: drop support for open template keyword 2022-11-05 06:14:37 -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: define drop+signal guard helper 2022-11-06 18:15:22 -08:00
main.rs cli: define drop+signal guard helper 2022-11-06 18:15:22 -08:00
progress.rs cli: fix rebase error 2022-11-06 18:50:58 -08:00
template.pest
template_parser.rs cargo: upgrade chrono to version 0.4.23 2022-11-14 13:18:36 -08:00
templater.rs templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
ui.rs cli: hide cursor during progress display 2022-11-06 18:15:22 -08:00