view en/examples/mq.id.output.out @ 563:951bf84ca8e2

translated up to the section "testing and troubleshooting"
author Javier Rojas <jerojasro@devnull.li>
date Tue, 23 Dec 2008 18:57:35 -0500
parents 00f69e8825c5
children
line wrap: on
line source

$ \textbf{hg qapplied}
first.patch
second.patch
$ \textbf{hg log -r qbase:qtip}
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

$ \textbf{hg export second.patch}
# 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;