Mercurial > evolve
diff tests/test-topic.t @ 3027:b220e2f5ebd5
topic: update the topic-mode hint
The hint is now shorter and reference the documentation. That should provide
more concise output with more details for user who seeks it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 01 Oct 2017 09:10:48 +0100 |
parents | cc740c545776 |
children | 5c8d5f980f49 |
line wrap: on
line diff
--- a/tests/test-topic.t Sun Oct 01 09:05:42 2017 +0100 +++ b/tests/test-topic.t Sun Oct 01 09:10:48 2017 +0100 @@ -926,14 +926,14 @@ $ hg add a $ hg ci -m "Added a" abort: no active topic - (set a current topic or use '--config experimental.topic-mode=off' to commit without a topic) + (see 'hg help -e topic.topic-mode' for details) [255] (same test, checking we abort before the editor) $ EDITOR=cat hg ci -m "Added a" --edit abort: no active topic - (set a current topic or use '--config experimental.topic-mode=off' to commit without a topic) + (see 'hg help -e topic.topic-mode' for details) [255] $ hg ci -m "added a" --config experimental.topic-mode=off $ hg log