view en/examples/mq.tutorial.qrefresh.out @ 146:65f6f9d18fa1

Oops! I forgot that I need the undoctored output files in the book! Now they're named "*.lxo", instead of "*.out". Ugh.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 06 Mar 2007 21:55:48 -0800
parents 006bbad1f190
children 00f69e8825c5
line wrap: on
line source

$ \textbf{echo 'line 2' >> file1}
$ \textbf{hg diff}
diff -r  file1


@@ -1,1 +1,2 @@ line 1
 line 1
+line 2
$ \textbf{hg qrefresh}
$ \textbf{hg diff}
$ \textbf{hg tip --style=compact --patch}
1[qtip,first.patch,tip,qbase]   
  patch queue: first.patch

diff -r  -r  file1


@@ -1,1 +1,2 @@ line 1
 line 1
+line 2