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: 2b305b8844c5c3e66f21f5e0fd


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

revision:            2b305b8844c5c3e66f21f5e0fd6c7dcb70748327
date:                2011-03-11T04:36:35
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* contrib/monotone-buildbot-notification.lua: Improper concatenation
  character.

manifest:
format_version "1"

new_manifest [33d88bfa090c09ee21cb4e48e7c0fca222acc491]

old_revision [37d04c085a7a5e59f47c445ccc487980d0ef036a]

patch "contrib/monotone-buildbot-notification.lua"
 from [6bebec1df53e6ad20c73ead3166bd56a4347fe89]
   to [1dbe849872ba609599a09fc0c1bdc3006a5b072d]
============================================================
--- contrib/monotone-buildbot-notification.lua	6bebec1df53e6ad20c73ead3166bd56a4347fe89
+++ contrib/monotone-buildbot-notification.lua	1dbe849872ba609599a09fc0c1bdc3006a5b072d
@@ -59,9 +59,9 @@ 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",

reply via email to

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