Mercurial > evolve
comparison tests/test-topic.t @ 2984:30f6030dca8f
topics: signal to the end user when a topic has been forgotten
Situation is:
* we're updating outside an empty topic.
* we've cleared topics
author | Aurélien Campéas |
---|---|
date | Tue, 26 Sep 2017 12:27:43 +0200 |
parents | 9872526fc39f |
children | f63c97c01f92 |
comparison
equal
deleted
inserted
replaced
2983:c0de0010ec30 | 2984:30f6030dca8f |
---|---|
488 | 488 |
489 query is not an open topic, so when we clear the current topic it'll | 489 query is not an open topic, so when we clear the current topic it'll |
490 disappear: | 490 disappear: |
491 | 491 |
492 $ hg topics --clear | 492 $ hg topics --clear |
493 clearing empty topic "query" | |
493 $ hg topics | 494 $ hg topics |
494 fran | 495 fran |
495 | 496 |
496 --clear when we don't have an active topic isn't an error: | 497 --clear when we don't have an active topic isn't an error: |
497 | 498 |