##// END OF EJS Templates
test-hgweb-annotate-whitespace: make test compatible with chg...
Saurabh Singh -
r34793:3b4b3813 default
parent child Browse files
Show More
@@ -76,7 +76,7 b' Need to use printf to avoid check-code c'
76
76
77 $ hg serve -p $HGPORT -d --pid-file hg.pid
77 $ hg serve -p $HGPORT -d --pid-file hg.pid
78 $ cat hg.pid >> $DAEMON_PIDS
78 $ cat hg.pid >> $DAEMON_PIDS
79 $ hg --config annotate.ignorews=true serve -p $HGPORT1 -d --pid-file hg.pid
79 $ hg serve --config annotate.ignorews=true -p $HGPORT1 -d --pid-file hg.pid
80 $ cat hg.pid >> $DAEMON_PIDS
80 $ cat hg.pid >> $DAEMON_PIDS
81 $ cd ..
81 $ cd ..
82
82
General Comments 0
You need to be logged in to leave comments. Login now