equal
deleted
inserted
replaced
10 # This software may be used and distributed according to the terms |
10 # This software may be used and distributed according to the terms |
11 # of the GNU General Public License, incorporated herein by reference. |
11 # of the GNU General Public License, incorporated herein by reference. |
12 |
12 |
13 """ |
13 """ |
14 hg-ssh - limit access to hg repositories reached via ssh. Part of |
14 hg-ssh - limit access to hg repositories reached via ssh. Part of |
15 hg-admin-tools. |
15 mercurial-server. |
16 |
16 |
17 This script is called by hg-ssh-wrapper with no arguments - everything |
17 This script is called by hg-ssh-wrapper with no arguments - everything |
18 should be in enviroment variables: |
18 should be in enviroment variables: |
19 |
19 |
20 HG_ACCESS_RULES_FILE identifies the path to the rules file |
20 HG_ACCESS_RULES_FILE identifies the path to the rules file |