Mercurial > evolve
comparison tests/test-topic.t @ 3770:eb928f5728c4
topic: suggest to clear a topic that becomes empty
We add a hint suggesting "hg topic --clear" when a topic becomes empty.
This usually happens when all its changesets get public, that is when
the user does a 'phase -p' or when they pull from a server. To
discriminate relevant cases for which we should display the hint (and
typically exclude explicit 'hg topic --clear' operation), we look for
the transaction "type" to only consider 'phase' or 'push' transaction.
In the latter case, the transaction name is not simply 'push-response'
but it also included the remote URL so we need to match on string
content.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Wed, 23 May 2018 12:16:24 +0200 |
parents | 1bc4b0807c37 |
children | 41fc764bf28c |
comparison
equal
deleted
inserted
replaced
3769:1bc4b0807c37 | 3770:eb928f5728c4 |
---|---|
533 narf | 533 narf |
534 query | 534 query |
535 tip | 535 tip |
536 $ hg phase --public narf | 536 $ hg phase --public narf |
537 active topic 'narf' is now empty | 537 active topic 'narf' is now empty |
538 (use 'hg topic --clear' to clear it if needed) | |
538 | 539 |
539 POSSIBLE BUG: narf topic stays alive even though we just made all | 540 POSSIBLE BUG: narf topic stays alive even though we just made all |
540 narf commits public: | 541 narf commits public: |
541 | 542 |
542 $ hg topics | 543 $ hg topics |