diff -r 87ebf72878ed -r e4bfb9c337f3 mercurial/commands.py --- a/mercurial/commands.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/commands.py Sat Apr 30 13:59:14 2011 +0200 @@ -10,7 +10,7 @@ from i18n import _, gettext import os, re, sys, difflib, time, tempfile import hg, scmutil, util, revlog, extensions, copies, error, bookmarks -import patch, help, mdiff, url, encoding, templatekw, discovery +import patch, help, url, encoding, templatekw, discovery import archival, changegroup, cmdutil, sshserver, hbisect, hgweb, hgweb.server import merge as mergemod import minirst, revset, templatefilters