changeset 9 | 21d9048136dc |
parent 7 | 2935e7232bd3 |
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)