branch | stable |
changeset 15615 | 41885892796e |
parent 15610 | 09b200396384 |
child 15623 | fc8c7a5ccc4a |
child 15633 | dc5d1394ecd1 |
--- a/mercurial/commands.py Mon Dec 05 17:09:11 2011 -0600 +++ b/mercurial/commands.py Thu Dec 08 14:32:44 2011 -0600 @@ -855,6 +855,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())