Mercurial > hgbook
view en/examples/results/mq.id.output.out @ 688:4bb10cfa3812
Make actual use of the preface.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 26 Mar 2009 19:58:09 -0700 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>hg qapplied</userinput> first.patch second.patch <prompt>$</prompt> <userinput>hg log -r qbase:qtip</userinput> changeset: tag: first.patch tag: qbase user: Bryan O'Sullivan <bos@serpentine.com> summary: [mq]: first.patch changeset: tag: qtip tag: second.patch tag: tip user: Bryan O'Sullivan <bos@serpentine.com> summary: [mq]: second.patch <prompt>$</prompt> <userinput>hg export second.patch</userinput> # HG changeset patch # User Bryan O'Sullivan <bos@serpentine.com> # Node ID # Parent [mq]: second.patch diff -r -r other.c @@ -0,0 +1,1 @@ +double u; </screen>