bos@564: $ hg qapplied bos@194: first.patch bos@194: second.patch bos@564: $ hg log -r qbase:qtip bos@194: changeset: bos@194: tag: first.patch bos@194: tag: qbase bos@564: user: Bryan O'Sullivan <bos@serpentine.com> bos@194: bos@273: summary: [mq]: first.patch bos@194: bos@194: changeset: bos@194: tag: qtip bos@194: tag: second.patch bos@194: tag: tip bos@564: user: Bryan O'Sullivan <bos@serpentine.com> bos@194: bos@273: summary: [mq]: second.patch bos@194: bos@564: $ hg export second.patch bos@194: # HG changeset patch bos@564: # User Bryan O'Sullivan <bos@serpentine.com> bos@194: bos@194: # Node ID bos@194: # Parent bos@273: [mq]: second.patch bos@194: bos@194: diff -r -r other.c bos@194: bos@194: bos@194: @@ -0,0 +1,1 @@ bos@194: +double u; bos@564: