resolve: simplify "finished" message
The recently introduced message was: no unresolved files; you may continue your unfinished operation This had three problems: - looks a bit like an error message because it's not saying "we've just resolved the last file" - refers to "unfinished operation", which won't be the case with "update" or "merge" - introduces semicolons to error messages, which is stylistically questionable I've simplified this to: no more unresolved files In the future, if we want to prompt someone to continue a particular operation, we should use a hint style: no more unresolved files (use 'hg graft --continue' to finish grafting)
Showing
- mercurial/commands.py 1 addition, 2 deletionsmercurial/commands.py
- tests/test-add.t 1 addition, 1 deletiontests/test-add.t
- tests/test-backout.t 1 addition, 1 deletiontests/test-backout.t
- tests/test-commit-amend.t 1 addition, 1 deletiontests/test-commit-amend.t
- tests/test-commit-unresolved.t 1 addition, 1 deletiontests/test-commit-unresolved.t
- tests/test-convert-svn-sink.t 1 addition, 1 deletiontests/test-convert-svn-sink.t
- tests/test-fileset.t 1 addition, 1 deletiontests/test-fileset.t
- tests/test-graft.t 3 additions, 3 deletionstests/test-graft.t
- tests/test-histedit-fold-non-commute.t 2 additions, 2 deletionstests/test-histedit-fold-non-commute.t
- tests/test-histedit-fold.t 2 additions, 2 deletionstests/test-histedit-fold.t
- tests/test-histedit-non-commute.t 4 additions, 4 deletionstests/test-histedit-non-commute.t
- tests/test-keyword.t 1 addition, 1 deletiontests/test-keyword.t
- tests/test-lfconvert.t 1 addition, 1 deletiontests/test-lfconvert.t
- tests/test-log.t 2 additions, 2 deletionstests/test-log.t
- tests/test-merge-types.t 1 addition, 1 deletiontests/test-merge-types.t
- tests/test-merge7.t 1 addition, 1 deletiontests/test-merge7.t
- tests/test-mq-qnew.t 2 additions, 2 deletionstests/test-mq-qnew.t
- tests/test-rebase-bookmarks.t 1 addition, 1 deletiontests/test-rebase-bookmarks.t
- tests/test-rebase-check-restore.t 2 additions, 2 deletionstests/test-rebase-check-restore.t
- tests/test-rebase-conflicts.t 1 addition, 1 deletiontests/test-rebase-conflicts.t
Loading
Please register or sign in to comment