hgbook

view en/examples/mq.tutorial.qrefresh.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 2' >> file1}
2 $ \textbf{hg diff}
3 diff -r file1
6 @@ -1,1 +1,2 @@ line 1
7 line 1
8 +line 2
9 $ \textbf{hg qrefresh}
10 $ \textbf{hg diff}
11 $ \textbf{hg tip --style=compact --patch}
12 1[qtip,first.patch,tip,qbase]
13 [mq]: first.patch
15 diff -r -r file1
18 @@ -1,1 +1,2 @@ line 1
19 line 1
20 +line 2