bos@611: bos@564: $ hg branch bos@206: foo bos@564: $ hg branch bar bos@273: marked working directory as branch bar bos@564: $ echo new file > newfile bos@564: $ hg commit -A -m 'Third commit' bos@206: adding newfile bos@564: $ hg tip bos@206: changeset: bos@206: branch: bar bos@206: tag: tip bos@564: user: Bryan O'Sullivan <bos@serpentine.com> bos@206: bos@206: summary: Third commit bos@206: bos@564: bos@611: