changeset 11231 | 1107888a1ad1 |
parent 11223 | 0d09f2244805 |
child 11273 | d1908cb95a82 |
--- a/mercurial/cmdutil.py Thu May 27 17:47:40 2010 +0200 +++ b/mercurial/cmdutil.py Thu May 27 22:50:04 2010 +0300 @@ -8,7 +8,7 @@ from node import hex, nullid, nullrev, short from i18n import _ import os, sys, errno, re, glob, tempfile -import mdiff, bdiff, util, templater, patch, error, encoding, templatekw +import util, templater, patch, error, encoding, templatekw import match as _match import similar