hgbook

view ja/examples/mq.tutorial.qrefresh2.out @ 1086:8ce6c7a3ebd2

2.4.3 zh translated finished
author Zhaoping Sun <zhaopingsun@gmail.com>
date Fri Nov 20 08:03:26 2009 -0500 (2009-11-20)
parents
children
line source
1 $ \textbf{echo 'line 3' >> file1}
2 $ \textbf{hg status}
3 M file1
4 $ \textbf{hg qrefresh}
5 $ \textbf{hg tip --style=compact --patch}
6 1[qtip,first.patch,tip,qbase]
7 [mq]: first.patch
9 diff -r -r file1
12 @@ -1,1 +1,3 @@ line 1
13 line 1
14 +line 2
15 +line 3