Mercurial > hgbook
view en/examples/branch-named.rebranch.out @ 215:70e1f8448699
Document some hgweb config options.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 09 May 2007 17:04:06 -0700 |
parents | 6519f3b983b4 |
children | 00f69e8825c5 |
line wrap: on
line source
$ \textbf{hg branch} foo $ \textbf{hg 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