mercurial/commands.py
changeset 15623 fc8c7a5ccc4a
parent 15620 73faa2664909
parent 15615 41885892796e
child 15631 e5fd140a4e69
child 15636 4841035f37b6
--- a/mercurial/commands.py	Thu Dec 08 16:39:00 2011 +0100
+++ b/mercurial/commands.py	Thu Dec 08 16:01:44 2011 -0600
@@ -862,6 +862,8 @@
                                  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())