view en/examples/branch-named.rebranch.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 26 Nov 2007 12:24:53 -0800
parents 6519f3b983b4
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