Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 27428:71d0fd3c2e24
branch: reword help text
We're not necessarily talking about *the* active branch,
just any old branch.
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 17 Dec 2015 14:57:20 +0000 |
parents | 23842c0a5000 |
children | 5df74b2f296d |
comparison
equal
deleted
inserted
replaced
27427:23842c0a5000 | 27428:71d0fd3c2e24 |
---|---|
1185 the parent of the working directory, negating a previous branch | 1185 the parent of the working directory, negating a previous branch |
1186 change. | 1186 change. |
1187 | 1187 |
1188 Use the command :hg:`update` to switch to an existing branch. Use | 1188 Use the command :hg:`update` to switch to an existing branch. Use |
1189 :hg:`commit --close-branch` to mark this branch head as closed. | 1189 :hg:`commit --close-branch` to mark this branch head as closed. |
1190 When all heads of the branch are closed, the branch will be | 1190 When all heads of a branch are closed, the branch will be |
1191 considered closed. | 1191 considered closed. |
1192 | 1192 |
1193 Returns 0 on success. | 1193 Returns 0 on success. |
1194 """ | 1194 """ |
1195 if label: | 1195 if label: |