equal
deleted
inserted
replaced
22 # Set up this environment variable - useful for hg hooks to check. |
22 # Set up this environment variable - useful for hg hooks to check. |
23 REMOTE_USER=$1 |
23 REMOTE_USER=$1 |
24 export REMOTE_USER |
24 export REMOTE_USER |
25 |
25 |
26 cd repos |
26 cd repos |
27 HG_ACCESS_RULES_FILE=$(pwd)/hgadmin/hg-ssh-access.conf |
27 HG_ACCESS_RULES_PATH=/etc/mercurial-server/access.conf:$(pwd)/hgadmin/access.conf |
28 export HG_ACCESS_RULES_FILE |
28 export HG_ACCESS_RULES_PATH |
29 exec /usr/local/lib/mercurial-server/hg-ssh |
29 exec /usr/local/lib/mercurial-server/hg-ssh |
30 |
30 |