hgbook
view en/examples/mq.tutorial.qrefresh.out @ 161:7f07aca44938
Write up the unpleasant effects of change ef1f1a4b2efb in the hg tree.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 26 21:58:24 2007 -0700 (2007-03-26) |
parents | |
children | 00f69e8825c5 |
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 patch queue: first.patch
15 diff -r -r file1
18 @@ -1,1 +1,2 @@ line 1
19 line 1
20 +line 2