hgbook

diff en/examples/mq.tutorial @ 27:535e87792eb1

More MQ content and examples.
Note -f option to some commands.
Note -a option to qpush and qpop.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Jul 12 00:14:52 2006 -0700 (2006-07-12)
parents a25335b56825
children 5cee64874312
line diff
     1.1 --- a/en/examples/mq.tutorial	Tue Jun 27 23:21:05 2006 -0700
     1.2 +++ b/en/examples/mq.tutorial	Wed Jul 12 00:14:52 2006 -0700
     1.3 @@ -55,5 +55,14 @@
     1.4  hg qseries
     1.5  hg qapplied
     1.6  cat file1
     1.7 -hg qpush
     1.8 +
     1.9 +#$ name: qpush-a
    1.10 +
    1.11 +hg qpush -a
    1.12  cat file1
    1.13 +
    1.14 +#$ name: add
    1.15 +
    1.16 +echo 'file 3, line 1' >> file3
    1.17 +hg qnew add-file3.patch
    1.18 +hg qnew -f add-file3.patch