mercurial/commands.py
changeset 14064 e4bfb9c337f3
parent 14055 421d56a055fd
child 14073 72c84f24b420
--- 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