Skip to content
Snippets Groups Projects
Commit 8c4f32b907e6 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

unfinishedstate: suggested `hg update .` (including `.`) to complete update

`hg update` can update to a different and undesired commit. For users
who have commands.update.requiredest=yes, it's even an error to run
just `hg update.

Differential Revision: https://phab.mercurial-scm.org/D6956
parent f9d35f01b8b3
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@
'update', fname='updatestate', clearable=True,
cmdmsg=_('last update was interrupted'),
cmdhint=_("use 'hg update' to get a consistent checkout"),
statushint=_("To continue: hg update")
statushint=_("To continue: hg update .")
)
addunfinished(
'bisect', fname='bisect.state', allowcommit=True, reportonly=True,
......
......@@ -49,7 +49,7 @@
? b/nonempty
# The repository is in an unfinished *update* state.
# To continue: hg update
# To continue: hg update .
$ rm b/nonempty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment