author | Paul Crowley <paul@lshift.net> |
Wed, 16 Apr 2008 13:29:20 +0100 | |
changeset 7 | 2935e7232bd3 |
parent 6 | 505d4789f91c |
child 9 | 21d9048136dc |
--- a/hg-ssh Wed Apr 16 13:25:55 2008 +0100 +++ b/hg-ssh Wed Apr 16 13:29:20 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)