mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 11:34:54 +00:00
Diffs between certain combinations of file types were not handled by `jj diff` (for example, a diff between a conflict and another conflict would not show a diff). This change fixes that, and also makes added and removed files get printed with color and line numbers, which I've often wanted. |
||
---|---|---|
.. | ||
commands.rs | ||
diff_edit.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
testutils.rs | ||
ui.rs |