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: 37d04c085a7a5e59f47c445ccc


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

revision:            37d04c085a7a5e59f47c445ccc487980d0ef036a
date:                2011-03-11T04:35:13
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* contrib/monotone-buildbot-notification.lua: Quotes were erroneously
  placed.

manifest:
format_version "1"

new_manifest [4db3c76b10ab1fc384ef9bbe5fd5a25966633e2b]

old_revision [9c60e61f1ab7c63618e1d03c2c957e2596f0f2ea]

patch "contrib/monotone-buildbot-notification.lua"
 from [c79bac6644c39b9b68ca1a1b9126db1a4866aa82]
   to [6bebec1df53e6ad20c73ead3166bd56a4347fe89]
============================================================
--- contrib/monotone-buildbot-notification.lua	c79bac6644c39b9b68ca1a1b9126db1a4866aa82
+++ contrib/monotone-buildbot-notification.lua	6bebec1df53e6ad20c73ead3166bd56a4347fe89
@@ -59,16 +59,16 @@ do
 	 print("monotone-buildbot-notification: Running script:",
 	       buildbot_bin, "sendchange",
 	       "--master", buildbot_master,
-	       "--username", author,
+	       "--username", "'".author."'",
 	       "--revision", rev_id,
-	       "--comments", changelog,
+	       "--comments", "'".changelog."'",
 	       "--branch", branch,
 	       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]