[Po4a-commits] r2242 - /trunk/po4a-updatepo
barbier-guest at users.alioth.debian.org
barbier-guest at users.alioth.debian.org
Tue Aug 31 23:05:29 UTC 2010
Author: barbier-guest
Date: Tue Aug 31 23:05:28 2010
New Revision: 2242
URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2242
Log:
Fix --previous option, it did nothing since SVN r2031
Modified:
trunk/po4a-updatepo
Modified: trunk/po4a-updatepo
URL: http://svn.debian.org/wsvn/po4a/trunk/po4a-updatepo?rev=2242&op=diff
==============================================================================
--- trunk/po4a-updatepo (original)
+++ trunk/po4a-updatepo Tue Aug 31 23:05:28 2010
@@ -204,7 +204,7 @@
$help_fmt && Locale::Po4a::Chooser::list(0);
pod2usage () if scalar @masterfiles < 1 || scalar @pofiles < 1;
-$msgmerge_opt .= " --no-previous" if $noprevious;
+$msgmerge_opt .= " --previous" unless $noprevious;
my %options = (
"verbose" => $verbose,
More information about the Po4a-commits
mailing list