Revision: 23597
http://sourceforge.net/p/gar/code/23597
Author: guengel
Date: 2014-05-11 16:28:23 +0000 (Sun, 11 May 2014)
Log Message:
-----------
v2/bin/cswch: fix 'update' command.
Modified Paths:
--------------
csw/mgar/gar/v2/bin/cswch
Modified: csw/mgar/gar/v2/bin/cswch
===================================================================
--- csw/mgar/gar/v2/bin/cswch 2014-05-11 16:26:30 UTC (rev 23596)
+++ csw/mgar/gar/v2/bin/cswch 2014-05-11 16:28:23 UTC (rev 23597)
@@ -918,6 +918,7 @@
log)
if arguments.command == "update":
+ log = compile_log(arguments.log_item, arguments.log_paragraph)
update_changelog_entry(arguments.logfile, log)
if arguments.command == "version":
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.