ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Essien Ita Essien 35b8dad890 Implement a rename subcommand for the branch command.
This is really a simple change that does the following in a transaction:
* Set the new branch name to point to the same commit as the old branch name.
* Set the old branch name to point to no commit (hence deleting the old name).

Before it starts, it confirms that the new branch name is not already in use.
2023-12-16 18:44:46 +00:00
..
examples transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
src Implement a rename subcommand for the branch command. 2023-12-16 18:44:46 +00:00
testing fake_diff_editor: Allow specifying extra arguments to be ignored 2023-08-21 20:19:15 -07:00
tests Implement a rename subcommand for the branch command. 2023-12-16 18:44:46 +00:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00