##// END OF EJS Templates
hgk: fix a pyflakes error
Bryan O'Sullivan -
r18816:7f7d5f8a default
parent child Browse files
Show More
@@ -35,7 +35,7 b' vdiff on hovered and selected revisions.'
35 '''
35 '''
36
36
37 import os
37 import os
38 from mercurial import commands, util, patch, revlog, scmutil, phases
38 from mercurial import commands, util, patch, revlog, scmutil
39 from mercurial.node import nullid, nullrev, short
39 from mercurial.node import nullid, nullrev, short
40 from mercurial.i18n import _
40 from mercurial.i18n import _
41
41
General Comments 0
You need to be logged in to leave comments. Login now