hgbook

view en/examples/mq.tutorial.qrefresh.out @ 529:e0e65bfe7776

corrected small typo
author Javier Rojas <jerojasro@devnull.li>
date Tue Jan 20 11:43:33 2009 -0500 (2009-01-20)
parents 00f69e8825c5
children 5ffee9123bbf
line source
1 $ \textbf{echo 'line 2' >> file1}
2 $ \textbf{hg diff}
3 diff -r file1
6 @@ -1,1 +1,2 @@
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 @@
19 line 1
20 +line 2