Mercurial > hg
comparison tests/test-hgweb-annotate-whitespace.t @ 34792:3b4b38130689
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
author | Saurabh Singh <singhsrb@fb.com> |
---|---|
date | Mon, 16 Oct 2017 13:06:33 -0700 |
parents | f6492f482c60 |
children |
comparison
equal
deleted
inserted
replaced
34791:03033e44ff5d | 34792:3b4b38130689 |
---|---|
74 o 0:b9c578134d72 commit 0 | 74 o 0:b9c578134d72 commit 0 |
75 | 75 |
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 |
83 Annotate works | 83 Annotate works |
84 | 84 |