Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/util.py @ 2859:345bac2bc4ec
update copyrights.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sat, 12 Aug 2006 12:30:02 -0700 |
parents | 1e8b8107a2c9 |
children | 71e78f2ca5ae |
comparison
equal
deleted
inserted
replaced
2858:c9b08cacf983 | 2859: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 |