diff -r 4af1e1ccf75b -r 03d8f07230b3 src/mercurialserver/access.py --- a/src/mercurialserver/access.py Sat Dec 19 10:46:42 2009 +0000 +++ b/src/mercurialserver/access.py Sat Dec 19 10:47:13 2009 +0000 @@ -1,12 +1,4 @@ -# Copyright 2008-2009 LShift Ltd -# Copyright 2006 Vadim Gelfer -# -# Authors: -# Paul Crowley -# Vadim Gelfer -# -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +"""Mercurial access control hook""" from mercurial.i18n import _ import mercurial.util