changeset 43045 | 8c4f32b907e6 |
parent 42612 | 3c16b9c0b099 |
child 43076 | 2372284d9457 |
--- a/mercurial/state.py Mon Sep 30 17:26:41 2019 -0700 +++ b/mercurial/state.py Thu Oct 03 13:18:15 2019 -0700 @@ -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,