src/mercurialserver/servelog.py
branchdebian
changeset 248 107d28ce67f5
parent 242 03d8f07230b3
child 262 675474f5be32
--- 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 <paul@lshift.net>
-#
-# 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