Mercurial > hgbook
view en/examples/branch-named.rebranch.out @ 325:a8269a1b9164
more mq.tex
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Fri, 28 Mar 2008 02:11:02 +0900 |
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