comparison tests/test-topic.t @ 5823:fd039a7f0c3c mercurial-5.6

test-compat: merge stable into mercurial-5.6 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 12:29:50 +0800
parents 08c30eef85d3 87006dcf2bb7
children 664f62e57231 43c4db536990
comparison
equal deleted inserted replaced
5757:25257b1be6c6 5823:fd039a7f0c3c
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
688 | date: Thu Jan 01 00:00:00 1970 +0000 688 | date: Thu Jan 01 00:00:00 1970 +0000
689 | summary: start on fran 689 | summary: start on fran
690 | 690 |
691 691
692 query is not an open topic, so when we clear the current topic it'll 692 query is not an open topic, so when we clear the current topic it'll
693 disappear: 693 fade out:
694 694
695 $ hg topics --clear 695 $ hg topics --clear
696 clearing empty topic "query" 696 clearing empty topic "query"
697 $ hg topics 697 $ hg topics
698 fran (1 changesets) 698 fran (1 changesets)