ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara cdc0cc3601 cli: show commit summary at end of "branch move"
It's nice to see the result of "branch move", "create", etc., and this is more
important in "branch move" because the source branches can be specified in an
abstracted way. I originally considered printing a list of affected branches,
but it looked rather verbose. Since the destination revision is unique, we can
use commit_summary template instead.

This patch also removes a warning about multiple branches because the branch
names are included in the commit summary. I think the hint message is good
enough to signal possible mistake.
2024-07-05 07:58:18 +09:00
..
examples copy-tracking: stub get_copy_records 2024-07-03 20:26:30 -04:00
src cli: show commit summary at end of "branch move" 2024-07-05 07:58:18 +09:00
testing diff: add a file-by-file variant for external diff tools 2024-07-03 20:09:17 -04:00
tests cli: show commit summary at end of "branch move" 2024-07-05 07:58:18 +09:00
build.rs
Cargo.toml windows: avoid UNC paths in run_ui_editor 2024-07-04 11:30:20 +10:00
LICENSE