diff mercurial/commands.py @ 14631:234b9795d74e

commands: add pointer to bookmarks command in branch help
author Martin Geisler <mg@aragost.com>
date Wed, 15 Jun 2011 17:25:58 +0200
parents adbf5e7df96d
children 217b7d83afc3
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Jun 15 17:10:26 2011 +0200
+++ b/mercurial/commands.py	Wed Jun 15 17:25:58 2011 +0200
@@ -765,6 +765,12 @@
     Use the command :hg:`update` to switch to an existing branch. Use
     :hg:`commit --close-branch` to mark this branch as closed.
 
+    .. note::
+
+       Branch names are permanent. Use :hg:`bookmark` to create a
+       light-weight bookmark instead. See :hg:`help glossary` for more
+       information about named branches and bookmarks.
+
     Returns 0 on success.
     """