mercurial/commands.py
changeset 27428 71d0fd3c2e24
parent 27427 23842c0a5000
child 27452 5df74b2f296d
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: