changeset 47271 | 055f7b9f2307 |
parent 47070 | d90f6237b3aa |
child 47375 | 8125bcd28a5c |
--- a/mercurial/rewriteutil.py Tue May 04 11:20:10 2021 +0200 +++ b/mercurial/rewriteutil.py Mon May 17 15:15:44 2021 -0700 @@ -114,7 +114,11 @@ raise error.InputError(msg) else: raise error.InputError( - msg, hint=_(b"add --verbose for details") + msg, + hint=_( + b"add --verbose for details or see " + b"'hg help evolution.instability'" + ), )