diff -r 4658f5e67e4e -r 8ced4ca30ea1 mercurial/state.py --- a/mercurial/state.py Mon Dec 12 17:49:48 2022 +0400 +++ b/mercurial/state.py Mon Jan 02 15:27:55 2023 +0400 @@ -366,6 +366,7 @@ fname=b'bisect.state', allowcommit=True, reportonly=True, + cmdhint=_(b"use 'hg bisect --reset'"), statushint=_( b'To mark the changeset good: hg bisect --good\n' b'To mark the changeset bad: hg bisect --bad\n'