view en/examples/branch-named.rebranch.out @ 206:6519f3b983b4

More material about named branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 23 Apr 2007 15:28:13 -0700
parents
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