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