🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

standardize wording of failed delete/update/upgrade/merge - #5953

Merged
aryairani merged 3 commits into
trunkfrom
25-10-21-output-messages
Oct 28, 2025
Merged

standardize wording of failed delete/update/upgrade/merge#5953
aryairani merged 3 commits into
trunkfrom
25-10-21-output-messages

Conversation

@mitchellwrosen

@mitchellwrosen mitchellwrosen commented Oct 21, 2025

Copy link
Copy Markdown
Member

Overview

This PR standardizes the wording of failed delete/update/upgrade/merge messages, as suggested in #5894

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"))

Copy link
Copy Markdown
Member Author

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

@mitchellwrosen
mitchellwrosen marked this pull request as ready for review October 27, 2025 15:16

@aryairani aryairani left a comment

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh!

@mitchellwrosen

Copy link
Copy Markdown
Member Author

@aryairani Fixed

@aryairani
aryairani merged commit 6971031 into trunk Oct 28, 2025
31 checks passed
@aryairani
aryairani deleted the 25-10-21-output-messages branch October 28, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants