diff -r 505d4789f91c -r 2935e7232bd3 hg-ssh --- 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)