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, 12 Jul 2006 00:14:52 -0700
parents a25335b56825
children 5cee64874312
line wrap: on
line diff
--- a/en/examples/mq.tutorial	Tue Jul 11 23:48:25 2006 -0700
+++ b/en/examples/mq.tutorial	Wed Jul 12 00:14:52 2006 -0700
@@ -55,5 +55,14 @@
 hg qseries
 hg qapplied
 cat file1
-hg qpush
+
+#$ name: qpush-a
+
+hg qpush -a
 cat file1
+
+#$ name: add
+
+echo 'file 3, line 1' >> file3
+hg qnew add-file3.patch
+hg qnew -f add-file3.patch