hgbook

view en/examples/branch-named.update-switchy.out @ 520:bbc5db74bd77

changed many "X(" for "X ("

I did this only when inside the main text
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 18 22:31:20 2009 -0500 (2009-01-18)
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