comparison mercurial/hg.py @ 2858:345bac2bc4ec

update copyrights.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 12 Aug 2006 12:30:02 -0700
parents 2ff57e3113a4
children 3acb76f0124d
comparison
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
1 # hg.py - repository classes for mercurial 1 # hg.py - repository classes for mercurial
2 # 2 #
3 # Copyright 2005 Matt Mackall <mpm@selenic.com> 3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4 # 5 #
5 # This software may be used and distributed according to the terms 6 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 7 # of the GNU General Public License, incorporated herein by reference.
7 8
8 from node import * 9 from node import *