src/mercurialserver/access.py
changeset 242 03d8f07230b3
parent 241 4af1e1ccf75b
child 311 3cbde66305e4
equal deleted inserted replaced
241:4af1e1ccf75b 242:03d8f07230b3
     1 # Copyright 2008-2009 LShift Ltd
     1 """Mercurial access control hook"""
     2 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
       
     3 #
       
     4 # Authors:
       
     5 # Paul Crowley <paul@lshift.net>
       
     6 # Vadim Gelfer <vadim.gelfer@gmail.com>
       
     7 #
       
     8 # This software may be used and distributed according to the terms
       
     9 # of the GNU General Public License, incorporated herein by reference.
       
    10 
     2 
    11 from mercurial.i18n import _
     3 from mercurial.i18n import _
    12 import mercurial.util
     4 import mercurial.util
    13 import mercurial.node
     5 import mercurial.node
    14 
     6