monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 9c60e61f1ab7c63618e1d03c2c


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 9c60e61f1ab7c63618e1d03c2c957e2596f0f2ea
Date: Fri, 11 Mar 2011 05:37:46 +0100 (CET)

revision:            9c60e61f1ab7c63618e1d03c2c957e2596f0f2ea
date:                2011-03-11T04:31:39
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* contrib/monotone-buildbot-notification.lua: have a somewhat nicer
  output in the log.


manifest:
format_version "1"

new_manifest [d0005e2c29a588236867448c8d454aef5d0e2af6]

old_revision [1b0eddcdb3974315cb0f8dec42050efc715ff6f0]

patch "contrib/monotone-buildbot-notification.lua"
 from [7c35b0bf84db39c4c6d80374e18eba8a424be6c4]
   to [c79bac6644c39b9b68ca1a1b9126db1a4866aa82]
============================================================
--- contrib/monotone-buildbot-notification.lua	7c35b0bf84db39c4c6d80374e18eba8a424be6c4
+++ contrib/monotone-buildbot-notification.lua	c79bac6644c39b9b68ca1a1b9126db1a4866aa82
@@ -66,9 +66,9 @@ do
 	       touched_files)
 	 execute(buildbot_bin, "sendchange",
 		 "--master", buildbot_master,
-		 "--username", author,
+		 "--username", "'".author."'",
 		 "--revision", rev_id,
-		 "--comments", changelog,
+		 "--comments", "'".changelog."'",
 		 "--branch", branch,
 		 touched_files)
       end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]