# HG changeset patch # User Paul Crowley # Date 1208429704 -3600 # Node ID 21d9048136dcda5a5131d9058baff17d55651d4e # Parent 1efc50c61a26078f74f0f2703cc487624ead8c1e# Parent 2935e7232bd31d051eb11985b2a944f74a6c6615 merge fixes diff -r 2935e7232bd3 -r 21d9048136dc hg-ssh-wrapper --- a/hg-ssh-wrapper Wed Apr 16 13:29:20 2008 +0100 +++ b/hg-ssh-wrapper Thu Apr 17 11:55:04 2008 +0100 @@ -10,8 +10,15 @@ # If your repository is laid out differently you may need to modify this file. set -e -cd repos + +# Use a different hgrc for remote pulls - this way you can set +# up notify for everything at once without affecting local operations +# HGRCPATH=$(pwd)/remote-hgrc +# export HGRCPATH + # Set up this environment variable - useful for hg hooks to check. HG_ACL_USER=$1 export HG_ACL_USER -../admin/hg-admin-tools/hg-ssh hgadmin/hg-ssh-access.conf "$@" + +cd repos +exec ../admin/hg-admin-tools/hg-ssh hgadmin/hg-ssh-access.conf "$@"