hgbook
annotate en/examples/mq.tutorial.qpop.out @ 931:9968b0ed4a38
First load of translation in the tour-basic
author | Romain PELISSE <romain.pelisse@atosorigin.com> |
---|---|
date | Sun Feb 08 23:39:21 2009 +0100 (2009-02-08) |
parents | |
children | 5ffee9123bbf |
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@144 | 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 |