##// END OF EJS Templates
unfinishedstate: suggested `hg update .` (including `.`) to complete update...
Martin von Zweigbergk -
r43315:8c4f32b9 default
parent child Browse files
Show More
@@ -201,7 +201,7 b' addunfinished('
201 201 'update', fname='updatestate', clearable=True,
202 202 cmdmsg=_('last update was interrupted'),
203 203 cmdhint=_("use 'hg update' to get a consistent checkout"),
204 statushint=_("To continue: hg update")
204 statushint=_("To continue: hg update .")
205 205 )
206 206 addunfinished(
207 207 'bisect', fname='bisect.state', allowcommit=True, reportonly=True,
@@ -49,7 +49,7 b' Detect interrupted update by hg status -'
49 49 ? b/nonempty
50 50 # The repository is in an unfinished *update* state.
51 51
52 # To continue: hg update
52 # To continue: hg update .
53 53
54 54
55 55 $ rm b/nonempty
General Comments 0
You need to be logged in to leave comments. Login now