view ja/examples/branch-named.update-switchy.out @ 314:aa132d5e2b32

completed draft translation for undo.tex.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 18 Feb 2008 03:53:20 +0900
parents b0db5adf11c1
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