Fold in change from default debian
authorPaul Crowley <paul@lshift.net>
Tue, 13 Oct 2009 18:32:26 +0100
branchdebian
changeset 118 107906bfe2c6
parent 116 d99f3169828a (current diff)
parent 117 b6b8a5daf0f4 (diff)
child 172 5dd3698fad54
Fold in change from default
--- a/src/hg-ssh	Tue Oct 13 18:21:22 2009 +0100
+++ b/src/hg-ssh	Tue Oct 13 18:32:26 2009 +0100
@@ -64,7 +64,7 @@
         fail("path to repository seems to be empty")
     if repo.startswith("/"):
         fail("absolute paths are not supported")
-    checkDots(path)
+    checkDots(repo)
     ruleset.rules.set(repo=repo)
     if not ruleset.rules.allow(op, branch=None, file=None):
         fail("access denied")