Mercurial > hgbook
view en/examples/branch-named.rebranch.out @ 398:2936cb7eae7a
Fix sample output for test 'branch-named'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:55:35 +0200 |
parents | 00f69e8825c5 |
children |
line wrap: on
line source
$ \textbf{hg branch} foo $ \textbf{hg branch bar} marked working directory as branch bar $ \textbf{echo new file > newfile} $ \textbf{hg commit -A -m 'Third commit'} adding newfile $ \textbf{hg tip} changeset: branch: bar tag: tip user: Bryan O'Sullivan <bos@serpentine.com> summary: Third commit