Show More
@@ -1378,6 +1378,18 b' Disabled extensions:' | |||
|
1378 | 1378 | (use 'hg help extensions' for information on enabling extensions) |
|
1379 | 1379 | |
|
1380 | 1380 | |
|
1381 | Help can find unimported extensions | |
|
1382 | ----------------------------------- | |
|
1383 | ||
|
1384 | XXX-PYOXIDIZER since the frozen binary does not have source directory tree, | |
|
1385 | this make the checking for actual file under `hgext` a bit complicated. In | |
|
1386 | addition these tests do some strange dance to ensure some other module are the | |
|
1387 | first in `sys.path` (since the current install path is always in front | |
|
1388 | otherwise) that are fragile and that does not match reality in the field. So | |
|
1389 | for now we disable this test untill a deeper rework of that logic is done. | |
|
1390 | ||
|
1391 | #if no-pyoxidizer | |
|
1392 | ||
|
1381 | 1393 | Broken disabled extension and command: |
|
1382 | 1394 | |
|
1383 | 1395 | $ mkdir hgext |
@@ -1413,6 +1425,10 b' Broken disabled extension and command:' | |||
|
1413 | 1425 | (try 'hg help --keyword foo') |
|
1414 | 1426 | [255] |
|
1415 | 1427 | |
|
1428 | #endif | |
|
1429 | ||
|
1430 | --- | |
|
1431 | ||
|
1416 | 1432 | $ cat > throw.py <<EOF |
|
1417 | 1433 | > from mercurial import commands, registrar, util |
|
1418 | 1434 | > cmdtable = {} |
General Comments 0
You need to be logged in to leave comments.
Login now