record: remove unused import
authorIdan Kamara <idankk86@gmail.com>
Wed, 09 Jan 2013 21:13:52 +0200
changeset 18287 eeadc76a7575
parent 18286 762f12b8ebae
child 18288 0d5a22f73a1f
record: remove unused import
hgext/record.py
--- a/hgext/record.py	Wed Jan 09 21:11:00 2013 +0200
+++ b/hgext/record.py	Wed Jan 09 21:13:52 2013 +0200
@@ -8,7 +8,7 @@
 '''commands to interactively select changes for commit/qrefresh'''
 
 from mercurial.i18n import gettext, _
-from mercurial import cmdutil, commands, extensions, hg, mdiff, patch
+from mercurial import cmdutil, commands, extensions, hg, patch
 from mercurial import util
 import copy, cStringIO, errno, os, re, shutil, tempfile