# HG changeset patch
# User Yuya Nishihara <yuya@tcha.org>
# Date 2015-11-27 14:10:48
# Node ID cb74f206d39b5a525da14b6c306ccdfa02b3d1c7
# Parent  a636a46f509422779d1856ceacc0c2ca87fbfd4d

test-help: don't use progress extension for the test of argument parsing

The next patch will remove the progress extension completely, so we have
to pick another extension. The schemes is picked arbitrary.

This test was introduced at 69da16b366ad.

diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -1028,12 +1028,12 @@ Test help hooks
 
 Test -e / -c / -k combinations
 
-  $ hg help -c progress
-  abort: no such help topic: progress
-  (try "hg help --keyword progress")
+  $ hg help -c schemes
+  abort: no such help topic: schemes
+  (try "hg help --keyword schemes")
   [255]
-  $ hg help -e progress |head -1
-  progress extension - show progress bars for some actions (DEPRECATED)
+  $ hg help -e schemes |head -1
+  schemes extension - extend schemes with shortcuts to repository swarms
   $ hg help -c -k dates |egrep '^(Topics|Extensions|Commands):'
   Commands:
   $ hg help -e -k a |egrep '^(Topics|Extensions|Commands):'