hgkw/keyword.py
branchkwmap-templates
changeset 120 4a8a861da58c
parent 119 6b4cba263852
child 122 d5c80df59655
equal deleted inserted replaced
119:6b4cba263852 120:4a8a861da58c
     1 # keyword.py - keyword expansion for Mercurial
     1 # keyword.py - keyword expansion for Mercurial
       
     2 #
       
     3 # Copyright 2007 Christian Ebert <blacktrash@gmx.net>
       
     4 #
       
     5 # This software may be used and distributed according to the terms
       
     6 # of the GNU General Public License, incorporated herein by reference.
       
     7 #
     2 # $Id$
     8 # $Id$
     3 # 
     9 # 
     4 # Keyword expansion hack against the grain of a DSCM
    10 # Keyword expansion hack against the grain of a DSCM
     5 # 
    11 # 
     6 # There are many good reasons why this is not needed in a distributed
    12 # There are many good reasons why this is not needed in a distributed