Show More
@@ -42,6 +42,17 Branch, default | |||||
42 | Branch head |
|
42 | Branch head | |
43 | See 'Head, branch'. |
|
43 | See 'Head, branch'. | |
44 |
|
44 | |||
|
45 | Branch, inactive | |||
|
46 | If a named branch has no topological heads, it is considered to be | |||
|
47 | inactive. As an example, a feature branch becomes inactive when it | |||
|
48 | is merged into the default branch. The :hg:`branches` command | |||
|
49 | shows inactive branches by default, though they can be hidden with | |||
|
50 | :hg:`branches --active`. | |||
|
51 | ||||
|
52 | NOTE: this concept is deprecated because it is too implicit. | |||
|
53 | Branches show now be explicitly closed using :hg:`commit | |||
|
54 | --close-branch` when they are no longer needed. | |||
|
55 | ||||
45 | Branch, named |
|
56 | Branch, named | |
46 | A collection of changesets which have the same branch name. By |
|
57 | A collection of changesets which have the same branch name. By | |
47 | default, children of a changeset in a named branch belong to the |
|
58 | default, children of a changeset in a named branch belong to the |
General Comments 0
You need to be logged in to leave comments.
Login now