hgbook

diff it/examples/mq.tutorial.qnew.it @ 812:42e2c9d47ef4

Minor changes and translation of code snippets for Ch.12.
author Giulio@puck
date Sat Aug 15 15:15:39 2009 +0200 (2009-08-15)
parents
children 1856c2f4835c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/mq.tutorial.qnew.it	Sat Aug 15 15:15:39 2009 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!-- BEGIN mq.tutorial.qnew -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg tip</userinput>
     1.6 +changeset:   0:c6618fa9eed7
     1.7 +tag:         tip
     1.8 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
     1.9 +date:        Fri Jun 05 15:50:56 2009 +0000
    1.10 +summary:     Prima modifica.
    1.11 +
    1.12 +<prompt>$</prompt> <userinput>hg qnew prima.patch</userinput>
    1.13 +<prompt>$</prompt> <userinput>hg tip</userinput>
    1.14 +changeset:   1:f32697f1a94e
    1.15 +tag:         qtip
    1.16 +tag:         prima.patch
    1.17 +tag:         tip
    1.18 +tag:         qbase
    1.19 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.20 +date:        Fri Jun 05 15:50:57 2009 +0000
    1.21 +summary:     [mq]: prima.patch
    1.22 +
    1.23 +<prompt>$</prompt> <userinput>ls .hg/patches</userinput>
    1.24 +prima.patch  series  status
    1.25 +</screen>
    1.26 +<!-- END mq.tutorial.qnew -->