hgbook
annotate en/examples/results/mq.tutorial.qpop.out @ 563:44d1363234d2
Move example output files into examples/results
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 09 21:37:47 2009 -0700 (2009-03-09) |
parents | en/examples/mq.tutorial.qpop.out@5ffee9123bbf |
children | 0d5935744f87 |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg qapplied} |
bos@144 | 2 first.patch |
bos@144 | 3 second.patch |
bos@144 | 4 $ \textbf{hg qpop} |
bos@548 | 5 now at: first.patch |
bos@144 | 6 $ \textbf{hg qseries} |
bos@144 | 7 first.patch |
bos@144 | 8 second.patch |
bos@144 | 9 $ \textbf{hg qapplied} |
bos@144 | 10 first.patch |
bos@144 | 11 $ \textbf{cat file1} |
bos@144 | 12 line 1 |
bos@144 | 13 line 2 |
bos@144 | 14 line 3 |