Show More
@@ -1207,8 +1207,9 b' Test issue 4506' | |||||
1207 | Test heads computation on pending index changes with obsolescence markers |
|
1207 | Test heads computation on pending index changes with obsolescence markers | |
1208 | $ cd .. |
|
1208 | $ cd .. | |
1209 | $ cat >$TESTTMP/test_extension.py << EOF |
|
1209 | $ cat >$TESTTMP/test_extension.py << EOF | |
|
1210 | > from __future__ import absolute_import | |||
|
1211 | > from mercurial.i18n import _ | |||
1210 | > from mercurial import cmdutil, registrar |
|
1212 | > from mercurial import cmdutil, registrar | |
1211 | > from mercurial.i18n import _ |
|
|||
1212 | > |
|
1213 | > | |
1213 | > cmdtable = {} |
|
1214 | > cmdtable = {} | |
1214 | > command = registrar.command(cmdtable) |
|
1215 | > command = registrar.command(cmdtable) |
General Comments 0
You need to be logged in to leave comments.
Login now