changeset 127 | 44538462d3c8 |
parent 125 | 8913e13196e1 |
child 170 | e6c621a825f2 |
--- a/mercurial/mdiff.py Fri May 20 17:50:11 2005 -0800 +++ b/mercurial/mdiff.py Fri May 20 19:19:25 2005 -0800 @@ -1,5 +1,6 @@ #!/usr/bin/python -import difflib, struct, mmap, mpatchs +import difflib, struct, mmap +from mercurial.mpatch import * def unidiff(a, ad, b, bd, fn): if not a and not b: return ""