##// END OF EJS Templates
keyword: remove unused import
Christian Ebert -
r9027:8c441691 default
parent child Browse files
Show More
@@ -78,7 +78,7 b' from mercurial import commands, cmdutil,'
78 from mercurial import patch, localrepo, templater, templatefilters, util, match
78 from mercurial import patch, localrepo, templater, templatefilters, util, match
79 from mercurial.hgweb import webcommands
79 from mercurial.hgweb import webcommands
80 from mercurial.lock import release
80 from mercurial.lock import release
81 from mercurial.node import nullid, hex
81 from mercurial.node import nullid
82 from mercurial.i18n import _
82 from mercurial.i18n import _
83 import re, shutil, tempfile, time
83 import re, shutil, tempfile, time
84
84
General Comments 0
You need to be logged in to leave comments. Login now