comparison ja/examples/daily.files.add.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/daily.files.add.out@006bbad1f190
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 $ \textbf{hg init add-example}
2 $ \textbf{cd add-example}
3 $ \textbf{echo a > a}
4 $ \textbf{hg status}
5 ? a
6 $ \textbf{hg add a}
7 $ \textbf{hg status}
8 A a
9 $ \textbf{hg commit -m 'Added one file'}
10 $ \textbf{hg status}