# HG changeset patch # User Matt Mackall # Date 2011-10-08 20:19:05 # Node ID fad02a84c4ac7760d57ba410fab544ed12914540 # Parent 1209de02034e3c82f34336cd12686e78294a763c branch: fix formatting of help note diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -836,7 +836,6 @@ def branch(ui, repo, label=None, **opts) :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.