changeset 18287 | eeadc76a7575 |
parent 18266 | 09a2b6741695 |
child 18953 | e4ae397595e8 |
--- 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