[PATCH 1 of 2] tests: remove lines that enable progress extension

timeless timeless at mozdev.org
Sun Mar 20 04:56:27 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1458449675 0
#      Sun Mar 20 04:54:35 2016 +0000
# Node ID ee34ec6c82fdfd6aee6874fa6caf96b99a73819a
# Parent  dfd5a6830ea7cd56909b6667c78ae122cc3a5aa1
tests: remove lines that enable progress extension

progress has not been an extension for a long time,
it has been integrated into core, thus these lines
have not done anything for a while.

diff --git a/tests/test-archive.t b/tests/test-archive.t
--- a/tests/test-archive.t
+++ b/tests/test-archive.t
@@ -269,8 +269,6 @@
 
   $ cp $HGRCPATH $HGRCPATH.no-progress
   $ cat >> $HGRCPATH <<EOF
-  > [extensions]
-  > progress =
   > [progress]
   > assume-tty = 1
   > format = topic bar number
diff --git a/tests/test-convert-svn-move.t b/tests/test-convert-svn-move.t
--- a/tests/test-convert-svn-move.t
+++ b/tests/test-convert-svn-move.t
@@ -152,8 +152,6 @@
 Test convert progress bar
 
   $ cat >> $HGRCPATH <<EOF
-  > [extensions]
-  > progress =
   > [progress]
   > assume-tty = 1
   > delay = 0
diff --git a/tests/test-subrepo-recursion.t b/tests/test-subrepo-recursion.t
--- a/tests/test-subrepo-recursion.t
+++ b/tests/test-subrepo-recursion.t
@@ -255,8 +255,6 @@
 
   $ cp $HGRCPATH $HGRCPATH.no-progress
   $ cat >> $HGRCPATH <<EOF
-  > [extensions]
-  > progress =
   > [progress]
   > disable=False
   > assume-tty = 1


More information about the Mercurial-devel mailing list