equal
deleted
inserted
replaced
471 |
471 |
472 $ cat > hgext/forest.py <<EOF |
472 $ cat > hgext/forest.py <<EOF |
473 > cmdtable = None |
473 > cmdtable = None |
474 > EOF |
474 > EOF |
475 $ hg --config extensions.path=./path.py help foo > /dev/null |
475 $ hg --config extensions.path=./path.py help foo > /dev/null |
476 warning: error finding commands in $TESTTMP/hgext/forest.py |
476 warning: error finding commands in $TESTTMP/hgext/forest.py (glob) |
477 hg: unknown command 'foo' |
477 hg: unknown command 'foo' |
478 warning: error finding commands in $TESTTMP/hgext/forest.py |
478 warning: error finding commands in $TESTTMP/hgext/forest.py (glob) |
479 [255] |
479 [255] |