mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
test-hgweb-annotate-whitespace: make test compatible with chg
D946 fixed a bunch of tests which had the same root cause. Please see that for details. This seems to be one of the newer tests which fails because of the same reason. Test Plan: Ran the test 'test-hgweb-annotate-whitespace.t' with and without the '--chg' option. Differential Revision: https://phab.mercurial-scm.org/D1124
This commit is contained in:
parent
9b1ec80f9b
commit
918a1a0df7
@ -76,7 +76,7 @@ Need to use printf to avoid check-code complaining about trailing whitespace.
|
||||
|
||||
$ hg serve -p $HGPORT -d --pid-file hg.pid
|
||||
$ cat hg.pid >> $DAEMON_PIDS
|
||||
$ hg --config annotate.ignorews=true serve -p $HGPORT1 -d --pid-file hg.pid
|
||||
$ hg serve --config annotate.ignorews=true -p $HGPORT1 -d --pid-file hg.pid
|
||||
$ cat hg.pid >> $DAEMON_PIDS
|
||||
$ cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user