##// END OF EJS Templates
mdiff.py: kill #! line, add copyright notice...
mpm@selenic.com -
r239:75840796 default
parent child Browse files
Show More
@@ -1,4 +1,10 b''
1 #!/usr/bin/python
1 # mdiff.py - diff and patch routines for mercurial
2 #
3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
4 #
5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference.
7
2 import difflib, struct, mmap
8 import difflib, struct, mmap
3 from mercurial.mpatch import *
9 from mercurial.mpatch import *
4
10
General Comments 0
You need to be logged in to leave comments. Login now