hgbook

view en/examples/mq.tutorial.qrefresh2.out @ 434:c847605eb2a9

translated a bit, will stop translating this file until I figure out how to translate the expression "case sensitivity"
author jerojasro@localhost
date Mon Dec 01 20:56:29 2008 -0500 (2008-12-01)
parents 00f69e8825c5
children 5ffee9123bbf
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 @@
13 line 1
14 +line 2
15 +line 3