Update merge precondition message: Conflicted aliases (#5070)

This commit is contained in:
Arya Irani 2024-06-10 20:42:01 -04:00 committed by GitHub
parent 7a70400443
commit a45fc88fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -1372,6 +1372,7 @@ notifyUser dir = \case
<> "or"
<> IP.makeExample' IP.delete
<> "all but one of the definitions; I'll use the remaining name when propagating updates."
<> "(You can `rename` it back after the merge.)"
)
]
)

View File

@ -976,7 +976,8 @@ project/alice> merge /bob
* `update` the definitions to be the same again, so that
there's nothing for me to decide.
* `move` or `delete` all but one of the definitions; I'll
use the remaining name when propagating updates.
use the remaining name when propagating updates. (You can
`rename` it back after the merge.)
and then try merging again.