Mercurial > evolve
diff tests/test-topic-tutorial.t @ 3769:1bc4b0807c37
topic: display a hint pointing at help when a topic becomes non-empty
This is an attempt at avoiding "mistakes" by new users of topics when
they pull a topic and publish its changesets while being checked out. In
this case, the topic will become empty but still be active; however, if
this is a "foreign" topic, the user will not likely want to keep it
active for the next commit operation. So we add a hint message pointing
at general help of "topics" command so that they can eventually do
something and learn about "hg topics --clear".
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Wed, 23 May 2018 11:37:37 +0200 |
parents | 52440d67921c |
children | eb928f5728c4 |
line wrap: on
line diff
--- a/tests/test-topic-tutorial.t Thu May 24 18:57:46 2018 +0200 +++ b/tests/test-topic-tutorial.t Wed May 23 11:37:37 2018 +0200 @@ -154,6 +154,7 @@ $ hg commit -m "adding condiments" active topic 'food' grew its first changeset + (see 'hg help topics' for more information) $ hg log --graph --rev 'topic("food")' @ changeset: 1:13900241408b @@ -753,6 +754,7 @@ $ echo hammer >> shopping $ hg commit -m 'Adding hammer' active topic 'tools' grew its first changeset + (see 'hg help topics' for more information) $ echo saw >> shopping $ hg commit -m 'Adding saw' @@ -772,6 +774,7 @@ $ echo 'apple juice' >> shopping $ hg commit -m 'Adding apple juice' active topic 'drinks' grew its first changeset + (see 'hg help topics' for more information) $ echo 'orange juice' >> shopping $ hg commit -m 'Adding orange juice'