i18n/hggettext
branchstable
changeset 10263 25e572394f5c
parent 9539 c904e76e3834
child 12823 80deae3bc5ea
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     3 # hggettext - carefully extract docstrings for Mercurial
     3 # hggettext - carefully extract docstrings for Mercurial
     4 #
     4 #
     5 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
     5 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
     6 #
     6 #
     7 # This software may be used and distributed according to the terms of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2, incorporated herein by reference.
     8 # GNU General Public License version 2 or any later version.
     9 
     9 
    10 # The normalize function is taken from pygettext which is distributed
    10 # The normalize function is taken from pygettext which is distributed
    11 # with Python under the Python License, which is GPL compatible.
    11 # with Python under the Python License, which is GPL compatible.
    12 
    12 
    13 """Extract docstrings from Mercurial commands.
    13 """Extract docstrings from Mercurial commands.