src/init/conf/hg-ssh-wrapper
changeset 72 582808b47653
parent 71 1120f78f81da
--- a/src/init/conf/hg-ssh-wrapper	Fri Mar 06 12:32:25 2009 +0000
+++ b/src/init/conf/hg-ssh-wrapper	Fri Mar 06 12:34:07 2009 +0000
@@ -4,15 +4,7 @@
 # This file should live in /etc/mercurial-server.  It expects
 # to be specified as the target of the "command" section in the prefix
 # of a key in the authorized_keys file, and be passed a name associated
-# with an ssh key as its only argument.  It does some setting up before
-# calling hg-ssh, which does the real work of deciding whether to allow
-# the users action based on the type of the action, the key name, and
-# the contents of the specified rules file.
-
-# If your repository is laid out differently you may need to modify
-# this file.
+# with an ssh key as its only argument.
 
 set -e
-
-cd repos
 exec /usr/local/lib/mercurial-server/hg-ssh $1