-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters