hgbook
view en/examples/branch-named.update.out @ 371:0801d625fabe
translated up to section 1.8
updated also the status of the project
updated also the status of the project
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun Oct 26 17:39:41 2008 -0500 (2008-10-26) |
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 parent}
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