mercurial/util.py
changeset 2858 345bac2bc4ec
parent 2788 1e8b8107a2c9
child 2864 71e78f2ca5ae
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 """
     1 """
     2 util.py - Mercurial utility functions and platform specfic implementations
     2 util.py - Mercurial utility functions and platform specfic implementations
     3 
     3 
     4  Copyright 2005 K. Thananchayan <thananck@yahoo.com>
     4  Copyright 2005 K. Thananchayan <thananck@yahoo.com>
       
     5  Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
       
     6  Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     5 
     7 
     6 This software may be used and distributed according to the terms
     8 This software may be used and distributed according to the terms
     7 of the GNU General Public License, incorporated herein by reference.
     9 of the GNU General Public License, incorporated herein by reference.
     8 
    10 
     9 This contains helper routines that are independent of the SCM core and hide
    11 This contains helper routines that are independent of the SCM core and hide