hg-ssh
changeset 7 2935e7232bd3
parent 5 6fc5eab8ae58
child 10 524b4a45ef0a
--- 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)