Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 15212:fad02a84c4ac
branch: fix formatting of help note
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 08 Oct 2011 15:19:05 -0500 |
parents | 1209de02034e |
children | 269374b89b74 |
comparison
equal
deleted
inserted
replaced
15211:1209de02034e | 15212:fad02a84c4ac |
---|---|
834 | 834 |
835 Use the command :hg:`update` to switch to an existing branch. Use | 835 Use the command :hg:`update` to switch to an existing branch. Use |
836 :hg:`commit --close-branch` to mark this branch as closed. | 836 :hg:`commit --close-branch` to mark this branch as closed. |
837 | 837 |
838 .. note:: | 838 .. note:: |
839 | |
840 Branch names are permanent. Use :hg:`bookmark` to create a | 839 Branch names are permanent. Use :hg:`bookmark` to create a |
841 light-weight bookmark instead. See :hg:`help glossary` for more | 840 light-weight bookmark instead. See :hg:`help glossary` for more |
842 information about named branches and bookmarks. | 841 information about named branches and bookmarks. |
843 | 842 |
844 Returns 0 on success. | 843 Returns 0 on success. |