Changeset: 4ba1d6db3236 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ba1d6db3236
Modified Files:
        
Branch: default
Log Message:

Merge with Jun2010 branch.


diffs (14 lines):

diff -r c277794da3d5 -r 4ba1d6db3236 buildtools/conf/Maddlog
--- a/buildtools/conf/Maddlog   Thu Jul 15 13:55:03 2010 +0200
+++ b/buildtools/conf/Maddlog   Thu Jul 15 13:57:42 2010 +0200
@@ -178,7 +178,9 @@
 hg add "$CL" >& /dev/null
 
 if [ ! "$nocommit" ]; then
-    hg commit -m "  $msg" "$CL"
+    hg commit -m "${msg//
+  /
+}" "$CL"
 else
     hg diff "$CL"
     echo "Don't forget to COMMIT."
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to