src/hg-ssh
changeset 242 03d8f07230b3
parent 236 38cea4b518c1
child 244 48fab30c38e1
equal deleted inserted replaced
241:4af1e1ccf75b 242:03d8f07230b3
     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