##// END OF EJS Templates
record: remove unused import
Idan Kamara -
r18287:eeadc76a default
parent child Browse files
Show More
@@ -8,7 +8,7 b''
8 8 '''commands to interactively select changes for commit/qrefresh'''
9 9
10 10 from mercurial.i18n import gettext, _
11 from mercurial import cmdutil, commands, extensions, hg, mdiff, patch
11 from mercurial import cmdutil, commands, extensions, hg, patch
12 12 from mercurial import util
13 13 import copy, cStringIO, errno, os, re, shutil, tempfile
14 14
General Comments 0
You need to be logged in to leave comments. Login now