Mercurial > hgbook
view en/examples/branch-named.rebranch.out @ 653:91adcea08b33
Fix the bisect section, I hope (bisect is now part of Mercurial).
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 21 Jan 2009 14:16:38 +0100 |
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