bos@144: $ \textbf{hg qapplied} bos@144: first.patch bos@144: second.patch bos@144: $ \textbf{hg log -r qbase:qtip} bos@144: changeset: bos@144: tag: first.patch bos@144: tag: qbase bos@144: user: Bryan O'Sullivan bos@144: bos@144: summary: patch queue: first.patch bos@144: bos@144: changeset: bos@144: tag: second.patch bos@144: tag: qtip bos@144: tag: tip bos@144: user: Bryan O'Sullivan bos@144: bos@144: summary: patch queue: second.patch bos@144: bos@144: $ \textbf{hg export second.patch} bos@144: # HG changeset patch bos@144: # User Bryan O'Sullivan bos@144: bos@144: # Node ID bos@144: # Parent bos@144: patch queue: second.patch bos@144: bos@144: diff -r -r other.c bos@144: bos@144: bos@144: @@ -0,0 +1,1 @@ bos@144: +double u;