view en/examples/branch-named.update-switchy.out @ 496:b8d9066abcea

Translated initial paragraphs regarding bisect command
author Igor TAmara <igor@tamarapatino.org>
date Wed, 05 Nov 2008 23:04:06 -0500
parents 6519f3b983b4
children
line wrap: on
line source

$ \textbf{hg update foo}
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ \textbf{hg parents}
changeset:   
branch:      foo
user:        Bryan O'Sullivan <bos@serpentine.com>

summary:     Second commit

$ \textbf{hg update bar}
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ \textbf{hg parents}
changeset:   
branch:      bar
tag:         tip
user:        Bryan O'Sullivan <bos@serpentine.com>

summary:     Third commit