##// END OF EJS Templates
tests: update test-obsolete to pass our import checker
Augie Fackler -
r33972:a65f928e default
parent child Browse files
Show More
@@ -1207,8 +1207,9 b' Test issue 4506'
1207 1207 Test heads computation on pending index changes with obsolescence markers
1208 1208 $ cd ..
1209 1209 $ cat >$TESTTMP/test_extension.py << EOF
1210 > from __future__ import absolute_import
1211 > from mercurial.i18n import _
1210 1212 > from mercurial import cmdutil, registrar
1211 > from mercurial.i18n import _
1212 1213 >
1213 1214 > cmdtable = {}
1214 1215 > command = registrar.command(cmdtable)
General Comments 0
You need to be logged in to leave comments. Login now