hgbook
diff ja/examples/mq.id.output.out @ 973:1df99de46e39
Finishing works to adapt already existing translations to new xdoc fmt - also add a couple new translations to follow recent modification from Bryan.
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Tue Sep 01 17:00:12 2009 +0200 (2009-09-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ja/examples/mq.id.output.out Tue Sep 01 17:00:12 2009 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +$ \textbf{hg qapplied} 1.5 +first.patch 1.6 +second.patch 1.7 +$ \textbf{hg log -r qbase:qtip} 1.8 +changeset: 1.9 +tag: first.patch 1.10 +tag: qbase 1.11 +user: Bryan O'Sullivan <bos@serpentine.com> 1.12 + 1.13 +summary: [mq]: first.patch 1.14 + 1.15 +changeset: 1.16 +tag: qtip 1.17 +tag: second.patch 1.18 +tag: tip 1.19 +user: Bryan O'Sullivan <bos@serpentine.com> 1.20 + 1.21 +summary: [mq]: second.patch 1.22 + 1.23 +$ \textbf{hg export second.patch} 1.24 +# HG changeset patch 1.25 +# User Bryan O'Sullivan <bos@serpentine.com> 1.26 + 1.27 +# Node ID 1.28 +# Parent 1.29 +[mq]: second.patch 1.30 + 1.31 +diff -r -r other.c 1.32 + 1.33 + 1.34 +@@ -0,0 +1,1 @@ 1.35 ++double u;