diff -r 2a3407a14654 -r 3a58a95fae2f src/init/conf/hg-ssh-wrapper --- a/src/init/conf/hg-ssh-wrapper Fri Mar 06 13:30:37 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh -# Copyright 2008-2009 LShift Ltd - -# 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. - -set -e -exec /usr/local/lib/mercurial-server/hg-ssh $1