diff -urN mercurial-2.0.2-orig/mercurial/commands.py mercurial-2.0.2/mercurial/commands.py
--- mercurial-2.0.2-orig/mercurial/commands.py	2012-01-02 04:46:44 +0900
+++ mercurial-2.0.2/mercurial/commands.py	2012-03-20 00:42:02 +0900
@@ -855,8 +855,6 @@
                                  hint=_("use 'hg update' to switch to it"))
         repo.dirstate.setbranch(label)
         ui.status(_('marked working directory as branch %s\n') % label)
-        ui.status(_('(branches are permanent and global, '
-                    'did you want a bookmark?)\n'))
     else:
         ui.write("%s\n" % repo.dirstate.branch())
 
