mercurial/util.py
changeset 17515 b5b38d21fe99
parent 17237 e73128535105
child 17537 31f32a96e1e3
equal deleted inserted replaced
17514:6ed711812ba9 17515:b5b38d21fe99
     1 # util.py - Mercurial utility functions and platform specfic implementations
     1 # util.py - Mercurial utility functions and platform specific implementations
     2 #
     2 #
     3 #  Copyright 2005 K. Thananchayan <thananck@yahoo.com>
     3 #  Copyright 2005 K. Thananchayan <thananck@yahoo.com>
     4 #  Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     4 #  Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     5 #  Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     5 #  Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     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 or any later version.
     8 # GNU General Public License version 2 or any later version.
     9 
     9 
    10 """Mercurial utility functions and platform specfic implementations.
    10 """Mercurial utility functions and platform specific implementations.
    11 
    11 
    12 This contains helper routines that are independent of the SCM core and
    12 This contains helper routines that are independent of the SCM core and
    13 hide platform-specific details from the core.
    13 hide platform-specific details from the core.
    14 """
    14 """
    15 
    15