diff -r f89fd07fc51d -r e75aab656f46 hgext/record.py --- a/hgext/record.py Thu Mar 06 22:23:26 2008 +0100 +++ b/hgext/record.py Thu Mar 06 22:23:41 2008 +0100 @@ -8,9 +8,9 @@ '''interactive change selection during commit or qrefresh''' from mercurial.i18n import _ -from mercurial import cmdutil, commands, cmdutil, extensions, hg, mdiff, patch, revlog +from mercurial import cmdutil, commands, extensions, hg, mdiff, patch from mercurial import util -import copy, cStringIO, errno, operator, os, re, shutil, tempfile +import copy, cStringIO, errno, operator, os, re, tempfile lines_re = re.compile(r'@@ -(\d+),(\d+) \+(\d+),(\d+) @@\s*(.*)')