equal
deleted
inserted
replaced
1 #!/usr/bin/env python |
1 #!/usr/bin/env python |
2 # |
|
3 # Copyright 2008-2009 LShift Ltd |
|
4 # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de> |
|
5 # Authors: |
|
6 # Paul Crowley <paul@lshift.net> |
|
7 # Thomas Arendsen Hein <thomas@intevation.de> |
|
8 # with ideas from Mathieu PASQUET <kiorky@cryptelium.net> |
|
9 # |
|
10 # This software may be used and distributed according to the terms |
|
11 # of the GNU General Public License, incorporated herein by reference. |
|
12 |
2 |
13 """ |
3 """ |
14 hg-ssh - limit access to hg repositories reached via ssh. Part of |
4 hg-ssh - limit access to hg repositories reached via ssh. Part of |
15 mercurial-server. |
5 mercurial-server. |
16 |
6 |