bos@206: $ \textbf{hg branch} bos@206: foo bos@206: $ \textbf{hg branch bar} bos@273: marked working directory as branch bar bos@206: $ \textbf{echo new file > newfile} bos@206: $ \textbf{hg commit -A -m 'Third commit'} bos@206: adding newfile bos@206: $ \textbf{hg tip} bos@206: changeset: bos@206: branch: bar bos@206: tag: tip bos@206: user: Bryan O'Sullivan bos@206: bos@206: summary: Third commit bos@206: