D1124: test-hgweb-annotate-whitespace: make test compatible with chg

singhsrb (Saurabh Singh) phabricator at mercurial-scm.org
Mon Oct 16 21:47:19 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG96fea7580ac4: test-hgweb-annotate-whitespace: make test compatible with chg (authored by singhsrb, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1124?vs=2842&id=2872

REVISION DETAIL
  https://phab.mercurial-scm.org/D1124

AFFECTED FILES
  tests/test-hgweb-annotate-whitespace.t

CHANGE DETAILS

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 ..
 



To: singhsrb, #hg-reviewers, quark, durin42
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list