Mercurial > hgbook
view en/examples/branch-named.rebranch.out @ 563:951bf84ca8e2
translated up to the section "testing and troubleshooting"
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Tue, 23 Dec 2008 18:57:35 -0500 |
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