bos@194: $ \textbf{hg qapplied} bos@194: first.patch bos@194: second.patch bos@194: $ \textbf{hg log -r qbase:qtip} bos@194: changeset: bos@194: tag: first.patch bos@194: tag: qbase bos@194: user: Bryan O'Sullivan 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@194: user: Bryan O'Sullivan bos@194: bos@273: summary: [mq]: second.patch bos@194: bos@194: $ \textbf{hg export second.patch} bos@194: # HG changeset patch bos@194: # User Bryan O'Sullivan 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;