hgbook

view en/examples/branch-named.update-switchy.out @ 921:547d3aa25ef0

Initial copy from the english version, added package for french input.
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Thu Feb 05 12:37:03 2009 +0100 (2009-02-05)
parents
children
line source
1 $ \textbf{hg update foo}
2 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
3 $ \textbf{hg parents}
4 changeset:
5 branch: foo
6 user: Bryan O'Sullivan <bos@serpentine.com>
8 summary: Second commit
10 $ \textbf{hg update bar}
11 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
12 $ \textbf{hg parents}
13 changeset:
14 branch: bar
15 tag: tip
16 user: Bryan O'Sullivan <bos@serpentine.com>
18 summary: Third commit