diff -r 97a8fe72a35e -r 107d28ce67f5 src/mercurialserver/servelog.py --- a/src/mercurialserver/servelog.py Fri Dec 18 13:25:45 2009 +0000 +++ b/src/mercurialserver/servelog.py Sat Dec 19 19:21:41 2009 +0000 @@ -1,10 +1,6 @@ -# Copyright 2008-2009 LShift Ltd -# -# Authors: -# Paul Crowley -# -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +""" +Hook to log changesets pushed and pulled +""" from mercurial.i18n import _ import mercurial.util