author | Paul Crowley <paul@lshift.net> |
Thu, 17 Apr 2008 11:55:04 +0100 | |
changeset 9 | 21d9048136dc |
parent 8 | 1efc50c61a26 (current diff) |
parent 7 | 2935e7232bd3 (diff) |
child 10 | 524b4a45ef0a |
--- a/hg-ssh Thu Apr 17 11:54:30 2008 +0100 +++ b/hg-ssh Thu Apr 17 11:55:04 2008 +0100 @@ -52,7 +52,7 @@ pattern = pattern.replace("*", "[%s]*" % allowedchars) return re.compile(pattern + "$").match(match) is not None -def testrule(rulefile keyname, path, applicable): +def testrule(rulefile, keyname, path, applicable): goodpath(keyname) goodpath(path) f = open(rulefile)