comparison ja/examples/issue29.go.out @ 290:b0db5adf11c1 ja_root

fork Japanese translation.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 06 Feb 2008 17:43:11 +0900
parents en/examples/issue29.go.out@91a936be78b8
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 $ \textbf{hg init issue29}
2 $ \textbf{cd issue29}
3 $ \textbf{echo a > a}
4 $ \textbf{hg ci -Ama}
5 adding a
6 $ \textbf{echo b > b}
7 $ \textbf{hg ci -Amb}
8 adding b
9 $ \textbf{hg up 0}
10 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
11 $ \textbf{mkdir b}
12 $ \textbf{echo b > b/b}
13 $ \textbf{hg ci -Amc}
14 adding b/b
15 $ \textbf{hg merge}
16