[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20301: {translation} and a minor fix (translation/trunk/tools/gsoc09)
Author: runa
Date: 2009-08-15 07:21:06 -0400 (Sat, 15 Aug 2009)
New Revision: 20301
Modified:
translation/trunk/tools/gsoc09/wml2po.sh
Log:
and a minor fix
Modified: translation/trunk/tools/gsoc09/wml2po.sh
===================================================================
--- translation/trunk/tools/gsoc09/wml2po.sh 2009-08-15 11:19:19 UTC (rev 20300)
+++ translation/trunk/tools/gsoc09/wml2po.sh 2009-08-15 11:21:06 UTC (rev 20301)
@@ -231,5 +231,6 @@
rm -f $tmplog
done
- # Commit the files
- svn ci -m 'automatically generated and updated the pot files'
+ # If you want the script to commit the files automatically,
+ # uncomment the following line.
+ # svn ci -m 'automatically generated and updated the pot files'