sapling/eden/scm/tests/test-serve.t

11 lines
331 B
Perl
Raw Normal View History

#chg-compatible
2014-08-06 20:43:59 +04:00
#require serve
$ hg init test
$ cd test
$ hg serve -a localhost -p 0 --port-file $TESTTMP/.port -d --pid-file=hg.pid -E errors.log
abort: hgweb is deprecated and services should stop using it
(set `--config web.allowhgweb=True` to bypass the block temporarily, but this will be going away soon)
[255]