src/mercurialserver/servelog.py
changeset 242 03d8f07230b3
parent 78 2a3407a14654
child 262 675474f5be32
--- a/src/mercurialserver/servelog.py	Sat Dec 19 10:46:42 2009 +0000
+++ b/src/mercurialserver/servelog.py	Sat Dec 19 10:47:13 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