Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 5804:a5fdfe3ef09f
branching: merge with stable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 27 Feb 2021 12:04:24 +0100 |
parents | edb026c44f61 87006dcf2bb7 |
children | f320811a6b00 |
comparison
equal
deleted
inserted
replaced
5803:abbc021c6f68 | 5804:a5fdfe3ef09f |
---|---|
2 # | 2 # |
3 # This software may be used and distributed according to the terms of the | 3 # This software may be used and distributed according to the terms of the |
4 # GNU General Public License version 2 or any later version. | 4 # GNU General Public License version 2 or any later version. |
5 """support for topic branches | 5 """support for topic branches |
6 | 6 |
7 Topic branches are lightweight branches which disappear when changes are | 7 Topic branches are lightweight branches which fade out when changes are |
8 finalized (move to the public phase). | 8 finalized (move to the public phase). |
9 | 9 |
10 Compared to bookmark, topic is reference carried by each changesets of the | 10 Compared to bookmark, topic is reference carried by each changesets of the |
11 series instead of just the single head revision. Topic are quite similar to | 11 series instead of just the single head revision. Topic are quite similar to |
12 the way named branch work, except they eventually fade away when the changeset | 12 the way named branch work, except they eventually fade away when the changeset |