Show More
@@ -1,6 +1,7 b'' | |||||
1 | import sys, textwrap |
|
1 | import sys, textwrap | |
2 | # import from the live mercurial repo |
|
2 | # import from the live mercurial repo | |
3 | sys.path.insert(0, "..") |
|
3 | sys.path.insert(0, "..") | |
|
4 | from mercurial import demandimport; demandimport.enable() | |||
4 | from mercurial.commands import table, globalopts |
|
5 | from mercurial.commands import table, globalopts | |
5 | from mercurial.i18n import gettext as _ |
|
6 | from mercurial.i18n import gettext as _ | |
6 | from mercurial.help import helptable |
|
7 | from mercurial.help import helptable |
General Comments 0
You need to be logged in to leave comments.
Login now