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: 6311a21b339135a6b9d4b98ef6


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 6311a21b339135a6b9d4b98ef68e1e4e23183bb6
Date: Wed, 5 Jan 2011 08:49:20 GMT

revision:            6311a21b339135a6b9d4b98ef68e1e4e23183bb6
date:                2011-01-05T08:49:02
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
Incorrect key identity variable...
that's what happens when one copies and pastes without paying enough attention
(or testing)

manifest:
format_version "1"

new_manifest [810c6c474e320d14d731fa0e18d4283fe39aaac1]

old_revision [c2d9a013cc6a1b6faef55e62543743b7656a847a]

patch "contrib/authorize_remote_automate.lua"
 from [524e291413561068423348e2403cf44635d74e9b]
   to [9d6f81a90c85dcb1a566755ce5a04d5ba2c23d2a]
============================================================
--- contrib/authorize_remote_automate.lua	524e291413561068423348e2403cf44635d74e9b
+++ contrib/authorize_remote_automate.lua	9d6f81a90c85dcb1a566755ce5a04d5ba2c23d2a
@@ -46,8 +46,8 @@ do
 	 if not globish_match("#*", line) then
 	    local _, _, ln = string.find(line, "%s*([^%s]*)%s*")
 	    if ln == "*" then matches = true end
-	    if ln == ident.id then matches = true end
-	    if globish_match(ln, ident.name) then matches = true end
+	    if ln == key_identity.id then matches = true end
+	    if globish_match(ln, key_identity.name) then matches = true end
 	    line = permfile:read()
 	 end
       end

reply via email to

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