-
Notifications
You must be signed in to change notification settings - Fork 291
standardize wording of failed delete/update/upgrade/merge #5953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| else Output.CantDoThatDuring "an upgrade" "upgrade" | ||
| when projectAndBranch.branch.isUpdate (Cli.returnEarly (Output.CantDoThatDuring "an update" "update")) | ||
| when projectAndBranch.branch.isUpgrade (Cli.returnEarly (Output.CantDoThatDuring "an upgrade" "upgrade")) | ||
| when projectAndBranch.branch.isUpgrade (Cli.returnEarly (Output.CantDoThatDuring "a merge" "merge")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small oversight fixed, can't delete during a merge either
aryairani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome; I left one formatting note. Also would you create a megaticket for the various combinations of incompatible operations; e.g. delete during merge.
| definitions to scratch.u, where you can fix them up or remove | ||
| any that are obsolete. | ||
| Once you're happy with the results, use`update`to merge them back intomain,or`cancel`if you change your mind. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some kind of spacing / wrapping issue here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh!
|
@aryairani Fixed |
Overview
This PR standardizes the wording of failed delete/update/upgrade/merge messages, as suggested in #5894