hgbook

view en/examples/mq.tutorial.qrefresh2.out @ 292:4aa900e1de2b

Fixed sample output for 'daily.copy' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:48:38 2008 +0200 (2008-08-20)
parents 006bbad1f190
children bd8d96d3703d
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