Mercurial > hgbook
view ja/examples/branch-named.rebranch.out @ 803:5276f40fca1c
Propagate e6c99cbd0abd
Updates to chapters 5, 6, and 7
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 09 Jul 2009 13:32:44 +0900 |
parents | b0db5adf11c1 |
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