hgbook

annotate en/examples/mq.tutorial.qrefresh2.out @ 548:5ffee9123bbf

Fix most remaining examples
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:46:56 2009 -0800 (2009-01-29)
parents bd8d96d3703d
children
rev   line source
bos@144 1 $ \textbf{echo 'line 3' >> file1}
bos@144 2 $ \textbf{hg status}
bos@144 3 M file1
bos@144 4 $ \textbf{hg qrefresh}
bos@144 5 $ \textbf{hg tip --style=compact --patch}
bos@548 6 1[qtip,first.patch,tip,qbase] 2009-01-30 06:34 +0000 bos
bos@273 7 [mq]: first.patch
bos@144 8
bos@144 9 diff -r -r file1
bos@144 10
bos@144 11
hg@297 12 @@ -1,1 +1,3 @@
bos@144 13 line 1
bos@144 14 +line 2
bos@144 15 +line 3
bos@144 16