hgbook
view it/examples/mq.tutorial.qnew.it @ 814:99c201b30491
Minor changes and translation of code snippets for Ch.13.
author | Giulio@puck |
---|---|
date | Sat Aug 15 18:03:50 2009 +0200 (2009-08-15) |
parents | |
children | 1856c2f4835c |
line source
1 <!-- BEGIN mq.tutorial.qnew -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 0:c6618fa9eed7
4 tag: tip
5 user: Bryan O'Sullivan <bos@serpentine.com>
6 date: Fri Jun 05 15:50:56 2009 +0000
7 summary: Prima modifica.
9 <prompt>$</prompt> <userinput>hg qnew prima.patch</userinput>
10 <prompt>$</prompt> <userinput>hg tip</userinput>
11 changeset: 1:f32697f1a94e
12 tag: qtip
13 tag: prima.patch
14 tag: tip
15 tag: qbase
16 user: Bryan O'Sullivan <bos@serpentine.com>
17 date: Fri Jun 05 15:50:57 2009 +0000
18 summary: [mq]: prima.patch
20 <prompt>$</prompt> <userinput>ls .hg/patches</userinput>
21 prima.patch series status
22 </screen>
23 <!-- END mq.tutorial.qnew -->