Mercurial > evolve
comparison tests/test-topic.t @ 5833:be8f7eb3f3a0 mercurial-4.7
test-compat: merge mercurial-4.8 into mercurial-4.7
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 14:48:12 +0800 |
parents | 82da27321e91 1f301a3062f5 |
children | c2484b0217ee 90af9db93d2b |
comparison
equal
deleted
inserted
replaced
5766:82da27321e91 | 5833:be8f7eb3f3a0 |
---|---|
13 > EOF | 13 > EOF |
14 | 14 |
15 $ hg help -e topic | 15 $ hg help -e topic |
16 topic extension - support for topic branches | 16 topic extension - support for topic branches |
17 | 17 |
18 Topic branches are lightweight branches which disappear when changes are | 18 Topic branches are lightweight branches which fade out when changes are |
19 finalized (move to the public phase). | 19 finalized (move to the public phase). |
20 | 20 |
21 Compared to bookmark, topic is reference carried by each changesets of the | 21 Compared to bookmark, topic is reference carried by each changesets of the |
22 series instead of just the single head revision. Topic are quite similar to | 22 series instead of just the single head revision. Topic are quite similar to |
23 the way named branch work, except they eventually fade away when the changeset | 23 the way named branch work, except they eventually fade away when the changeset |
682 | date: Thu Jan 01 00:00:00 1970 +0000 | 682 | date: Thu Jan 01 00:00:00 1970 +0000 |
683 | summary: start on fran | 683 | summary: start on fran |
684 | | 684 | |
685 | 685 |
686 query is not an open topic, so when we clear the current topic it'll | 686 query is not an open topic, so when we clear the current topic it'll |
687 disappear: | 687 fade out: |
688 | 688 |
689 $ hg topics --clear | 689 $ hg topics --clear |
690 clearing empty topic "query" | 690 clearing empty topic "query" |
691 $ hg topics | 691 $ hg topics |
692 fran (1 changesets) | 692 fran (1 changesets) |