Mercurial > hg-stable
changeset 239:75840796e8e2
mdiff.py: kill #! line, add copyright notice
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
mdiff.py: kill #! line, add copyright notice
manifest hash: acb4e14d5947d0fde5b89a874af0476773ee1cee
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCoM9CywK+sNU5EO8RAizVAJ41dqQxxx8nouBxJMcFmoVRRo4GfACbB9RV
Xc0cqaoPVL7p87opPKjgNWw=
=HyjH
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Fri, 03 Jun 2005 13:44:34 -0800 |
parents | 3b92f8fe47ae |
children | 737c66b68290 |
files | mercurial/mdiff.py |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/mdiff.py Fri Jun 03 13:43:17 2005 -0800 +++ b/mercurial/mdiff.py Fri Jun 03 13:44:34 2005 -0800 @@ -1,4 +1,10 @@ -#!/usr/bin/python +# mdiff.py - diff and patch routines for mercurial +# +# Copyright 2005 Matt Mackall <mpm@selenic.com> +# +# This software may be used and distributed according to the terms +# of the GNU General Public License, incorporated herein by reference. + import difflib, struct, mmap from mercurial.mpatch import *