##// END OF EJS Templates
hgk: remove unused revlog import
Augie Fackler -
r24517:c2c1ce5e 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 cmdutil, commands, patch, revlog, scmutil, obsolete
38 from mercurial import cmdutil, commands, patch, scmutil, obsolete
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