src/mercurialserver/servelog.py
branchdebian
changeset 248 107d28ce67f5
parent 242 03d8f07230b3
child 262 675474f5be32
equal deleted inserted replaced
240:97a8fe72a35e 248:107d28ce67f5
     1 # Copyright 2008-2009 LShift Ltd
     1 """
     2 #
     2 Hook to log changesets pushed and pulled
     3 # Authors:
     3 """
     4 # Paul Crowley <paul@lshift.net>
       
     5 #
       
     6 # This software may be used and distributed according to the terms
       
     7 # of the GNU General Public License, incorporated herein by reference.
       
     8 
     4 
     9 from mercurial.i18n import _
     5 from mercurial.i18n import _
    10 import mercurial.util
     6 import mercurial.util
    11 import mercurial.node
     7 import mercurial.node
    12 
     8