aboutsummaryrefslogtreecommitdiffstats
path: root/docs/export-demo.xml
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2012-06-09 15:41:55 +0200
committerumherirrender <umherirrender_de.wp@web.de>2012-06-09 15:41:55 +0200
commitafa123ccf886ed4546df56c0348d16e557124f6e (patch)
treedb353c780ddaee15a6ad47b9e9a2426baa8964a7 /docs/export-demo.xml
parent1e69ac22e268481ab3e452d9e8960d5ea965984a (diff)
downloadmediawikicore-afa123ccf886ed4546df56c0348d16e557124f6e.tar.gz
mediawikicore-afa123ccf886ed4546df56c0348d16e557124f6e.zip
(bug 33222) Add parentid to revision in export xml
From bug description: "This is helpful for incremental dumps, to know if there are revisions missing between the last full dump and this incremental dump" Change-Id: I772f976942a306ad573efc659d09714e8250f5ec
Diffstat (limited to 'docs/export-demo.xml')
-rw-r--r--docs/export-demo.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/export-demo.xml b/docs/export-demo.xml
index b28022f7423b..d198b93c8a9f 100644
--- a/docs/export-demo.xml
+++ b/docs/export-demo.xml
@@ -70,6 +70,8 @@
<!-- Unique revision ID number (rev_id) in the source database. -->
<!-- This number uniquely identifies the revision on that wiki. -->
<id>100</id>
+ <!-- revision id of the parent revision -->
+ <parentid>99</parentid>
<timestamp>2001-01-15T13:15:00Z</timestamp>
<contributor>
<username>Foobar</username>