comparison ja/examples/daily.rename @ 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.rename@1ee53cb37a99
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 #!/bin/bash
2
3 hg init a
4 cd a
5 echo a > a
6 hg ci -Ama
7
8 #$ name: rename
9
10 hg rename a b
11
12 #$ name: status
13
14 hg status
15
16 #$ name: status-copy
17
18 hg status -C