# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1546984422 -3600
# Node ID 408b77913c35ce2d64cc0dc8e4f3f127de7e219b
# Parent  fc68cd31db78c853eae4453d55d00195bde6f5f3
CSV output

diff -r fc68cd31db78 -r 408b77913c35 relpipe-data/download.xml
--- a/relpipe-data/download.xml	Sun Jan 06 22:15:38 2019 +0100
+++ b/relpipe-data/download.xml	Tue Jan 08 22:53:42 2019 +0100
@@ -21,6 +21,7 @@
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-reader.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-writer.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-lib-xmlwriter.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-csv.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-gui.qt.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-nullbyte.cpp;
 hg clone https://hg.globalcode.info/relpipe/relpipe-out-ods.cpp;
diff -r fc68cd31db78 -r 408b77913c35 relpipe-data/implementation.xml
--- a/relpipe-data/implementation.xml	Sun Jan 06 22:15:38 2019 +0100
+++ b/relpipe-data/implementation.xml	Tue Jan 08 22:53:42 2019 +0100
@@ -21,6 +21,7 @@
 			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
 			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
 			relpipe-lib-xmlwriter.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
+			relpipe-out-csv.cpp	executable	output	c++	GNU GPLv3+
 			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
 			relpipe-out-nullbyte.cpp	executable	output	c++	GNU GPLv3+
 			relpipe-out-ods.cpp	executable	output	c++	GNU GPLv3+