diff -r 5c5277f03887 -r fe1689273f84 mercurial/mdiff.py --- a/mercurial/mdiff.py Mon Jun 19 20:37:36 2006 +0200 +++ b/mercurial/mdiff.py Tue Jun 20 23:58:21 2006 -0700 @@ -6,8 +6,8 @@ # of the GNU General Public License, incorporated herein by reference. from demandload import demandload -import struct, bdiff, util, mpatch -demandload(globals(), "re") +import bdiff, mpatch +demandload(globals(), "re struct util") def splitnewlines(text): '''like str.splitlines, but only split on newlines.'''