hgbook

diff en/examples/mq.tutorial @ 56:b8539d91c84d

Begining of concepts chapter
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon Jul 24 23:57:52 2006 -0400 (2006-07-24)
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	Mon Jul 24 23:57:52 2006 -0400
     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