comparison en/examples/mq.tutorial.qrefresh.out @ 396:bd8d96d3703d

Fix sample output for 'mq' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed, 20 Aug 2008 21:53:01 +0200
parents 00f69e8825c5
children 5ffee9123bbf
comparison
equal deleted inserted replaced
395:e0b56f008b09 396:bd8d96d3703d
1 $ \textbf{echo 'line 2' >> file1} 1 $ \textbf{echo 'line 2' >> file1}
2 $ \textbf{hg diff} 2 $ \textbf{hg diff}
3 diff -r file1 3 diff -r file1
4 4
5 5
6 @@ -1,1 +1,2 @@ line 1 6 @@ -1,1 +1,2 @@
7 line 1 7 line 1
8 +line 2 8 +line 2
9 $ \textbf{hg qrefresh} 9 $ \textbf{hg qrefresh}
10 $ \textbf{hg diff} 10 $ \textbf{hg diff}
11 $ \textbf{hg tip --style=compact --patch} 11 $ \textbf{hg tip --style=compact --patch}
13 [mq]: first.patch 13 [mq]: first.patch
14 14
15 diff -r -r file1 15 diff -r -r file1
16 16
17 17
18 @@ -1,1 +1,2 @@ line 1 18 @@ -1,1 +1,2 @@
19 line 1 19 line 1
20 +line 2 20 +line 2
21 21