hgbook
view en/examples/branch-named.update-foo.out @ 300:b0d1aec44945
Fix sample output for test 'tag'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 21:56:16 2008 +0200 (2008-08-20) |
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 update}
4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
5 $ \textbf{hg parents}
6 changeset:
7 branch: foo
8 user: Bryan O'Sullivan <bos@serpentine.com>
10 summary: Second commit
12 $ \textbf{hg update bar}
13 1 files updated, 0 files merged, 0 files removed, 0 files unresolved