Show More
@@ -6,9 +6,8 b' import sys, os' | |||
|
6 | 6 | import optparse |
|
7 | 7 | |
|
8 | 8 | # import from the live mercurial repo |
|
9 | os.environ['HGMODULEPOLICY'] = 'py' | |
|
9 | 10 | sys.path.insert(0, "..") |
|
10 | # fall back to pure modules if required C extensions are not available | |
|
11 | sys.path.append(os.path.join('..', 'mercurial', 'pure')) | |
|
12 | 11 | from mercurial import demandimport; demandimport.enable() |
|
13 | 12 | from mercurial.commands import table |
|
14 | 13 | from mercurial.help import helptable |
General Comments 0
You need to be logged in to leave comments.
Login now