hgbook
view it/examples/mq.tutorial.qnew.it @ 850:5bbebcdfb533
You wouldn't believe me if I told you.
author | gpiancastelli |
---|---|
date | Sat Aug 22 18:49:12 2009 +0200 (2009-08-22) |
parents | 42e2c9d47ef4 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN mq.tutorial.qnew -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 0:c6618fa9eed7
4 etichetta: tip
5 utente: Bryan O'Sullivan <bos@serpentine.com>
6 data: Fri Jun 05 15:50:56 2009 +0000
7 sommario: Prima modifica.
9 <prompt>$</prompt> <userinput>hg qnew prima.patch</userinput>
10 <prompt>$</prompt> <userinput>hg tip</userinput>
11 changeset: 1:f32697f1a94e
12 etichetta: qtip
13 etichetta: prima.patch
14 etichetta: tip
15 etichetta: qbase
16 utente: Bryan O'Sullivan <bos@serpentine.com>
17 data: Fri Jun 05 15:50:57 2009 +0000
18 sommario: [mq]: prima.patch
20 <prompt>$</prompt> <userinput>ls .hg/patches</userinput>
21 prima.patch series status
22 </screen>
23 <!-- END mq.tutorial.qnew -->