Show More
@@ -1,10 +1,10 b'' | |||||
1 | Dummy extension simulating unsafe long running command |
|
1 | Dummy extension simulating unsafe long running command | |
2 | $ cat > sleepext.py <<EOF |
|
2 | $ cat > sleepext.py <<EOF | |
|
3 | > import itertools | |||
3 | > import time |
|
4 | > import time | |
4 | > import itertools |
|
|||
5 | > |
|
5 | > | |
|
6 | > from mercurial.i18n import _ | |||
6 | > from mercurial import registrar |
|
7 | > from mercurial import registrar | |
7 | > from mercurial.i18n import _ |
|
|||
8 | > |
|
8 | > | |
9 | > cmdtable = {} |
|
9 | > cmdtable = {} | |
10 | > command = registrar.command(cmdtable) |
|
10 | > command = registrar.command(cmdtable) |
General Comments 0
You need to be logged in to leave comments.
Login now