hgbook
diff ja/examples/mq.tutorial.qrefresh2.out @ 977:719b03ea27c8
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:46 2009 +0200 (2009-09-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ja/examples/mq.tutorial.qrefresh2.out Fri Sep 04 16:33:46 2009 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +$ \textbf{echo 'line 3' >> file1} 1.5 +$ \textbf{hg status} 1.6 +M file1 1.7 +$ \textbf{hg qrefresh} 1.8 +$ \textbf{hg tip --style=compact --patch} 1.9 +1[qtip,first.patch,tip,qbase] 1.10 + [mq]: first.patch 1.11 + 1.12 +diff -r -r file1 1.13 + 1.14 + 1.15 +@@ -1,1 +1,3 @@ line 1 1.16 + line 1 1.17 ++line 2 1.18 ++line 3 1.19 +