Submitter | phabricator |
---|---|
Date | Oct. 17, 2017, 1:47 a.m. |
Message ID | <380862c7dcc91b11f836b40f4e3f2cd3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25058/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-hgweb-annotate-whitespace.t b/tests/test-hgweb-annotate-whitespace.t --- a/tests/test-hgweb-annotate-whitespace.t +++ b/tests/test-hgweb-annotate-whitespace.t @@ -76,7 +76,7 @@ $ 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 ..