Mercurial > evolve
diff tests/test-topic-stack.t @ 2937:b54abc7e80e2
topics: improve the description if topic is not touched
Instead of an empty stack in `hg stack` when topic does not contain any
changeset, we show `not yet touched`.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 15 Sep 2017 23:13:05 +0530 |
parents | 3a9303b7b648 |
children | 9872526fc39f |
line wrap: on
line diff
--- a/tests/test-topic-stack.t Fri Sep 15 22:48:55 2017 +0530 +++ b/tests/test-topic-stack.t Fri Sep 15 23:13:05 2017 +0530 @@ -67,6 +67,7 @@ $ hg stack ### topic: other ### branch: default + (stack is empty) $ hg up foo switching to topic foo @@ -225,6 +226,7 @@ $ hg topic --clear $ hg stack ### branch: default + (stack is empty) Test "t#" reference -------------------