Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/context.py @ 2859:345bac2bc4ec
update copyrights.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sat, 12 Aug 2006 12:30:02 -0700 |
parents | f23973ea3107 |
children | da85145d4571 81da3c45aabd |
comparison
equal
deleted
inserted
replaced
2858:c9b08cacf983 | 2859:345bac2bc4ec |
---|---|
1 # context.py - changeset and file context objects for mercurial | 1 # context.py - changeset and file context objects for mercurial |
2 # | 2 # |
3 # Copyright 2005 Matt Mackall <mpm@selenic.com> | 3 # Copyright 2006 Matt Mackall <mpm@selenic.com> |
4 # | 4 # |
5 # This software may be used and distributed according to the terms | 5 # This software may be used and distributed according to the terms |
6 # of the GNU General Public License, incorporated herein by reference. | 6 # of the GNU General Public License, incorporated herein by reference. |
7 | 7 |
8 class changectx(object): | 8 class changectx(object): |