##// END OF EJS Templates
Fix braindamaged import in mdiff.
mpm@selenic.com -
r127:44538462 default
parent child Browse files
Show More
@@ -1,5 +1,6 b''
1 #!/usr/bin/python
1 #!/usr/bin/python
2 import difflib, struct, mmap, mpatchs
2 import difflib, struct, mmap
3 from mercurial.mpatch import *
3
4
4 def unidiff(a, ad, b, bd, fn):
5 def unidiff(a, ad, b, bd, fn):
5 if not a and not b: return ""
6 if not a and not b: return ""
General Comments 0
You need to be logged in to leave comments. Login now