Show More
@@ -15,6 +15,17 b' from mercurial import (' | |||||
15 | from mercurial.testing import storage as storagetesting |
|
15 | from mercurial.testing import storage as storagetesting | |
16 |
|
16 | |||
17 | try: |
|
17 | try: | |
|
18 | from mercurial import rustext | |||
|
19 | ||||
|
20 | rustext.__name__ | |||
|
21 | # Does not pass with pure Rust index | |||
|
22 | import sys | |||
|
23 | ||||
|
24 | sys.exit(80) | |||
|
25 | except ImportError: | |||
|
26 | pass | |||
|
27 | ||||
|
28 | try: | |||
18 | from hgext import sqlitestore |
|
29 | from hgext import sqlitestore | |
19 | except ImportError: |
|
30 | except ImportError: | |
20 | sqlitestore = None |
|
31 | sqlitestore = None |
General Comments 0
You need to be logged in to leave comments.
Login now