diff -r 1efc50c61a26 -r 21d9048136dc hg-ssh --- 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)