[PATCH 7 of 9] debugextensions: drop the color from the test
Boris Feld
boris.feld at octobus.net
Sat Jul 15 18:41:10 UTC 2017
# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1500143512 -7200
# Sat Jul 15 20:31:52 2017 +0200
# Node ID 07c4317cc5f9e3ae8d357c7013743a07227eb89f
# Parent 0320a1820f8fcea0709ded92b788ffdb438f1e20
# EXP-Topic cleanup.color
debugextensions: drop the color from the test
We are about to remove the extension so we remove trace of it in this specific
test to prevent it to be confused.
diff -r 0320a1820f8f -r 07c4317cc5f9 tests/test-debugextensions.t
--- a/tests/test-debugextensions.t Fri Jun 30 03:30:13 2017 +0200
+++ b/tests/test-debugextensions.t Sat Jul 15 20:31:52 2017 +0200
@@ -11,7 +11,6 @@
$ cat >> $HGRCPATH <<EOF
> [extensions]
- > color=
> histedit=
> patchbomb=
> rebase=
@@ -21,7 +20,6 @@
> EOF
$ hg debugextensions
- color
ext1 (untested!)
ext2 (3.2.1!)
histedit
@@ -30,9 +28,6 @@
rebase
$ hg debugextensions -v
- color
- location: */hgext/color.py* (glob)
- bundled: yes
ext1
location: */extwithoutinfos.py* (glob)
bundled: no
@@ -58,13 +53,6 @@
[
{
"buglink": "",
- "bundled": true,
- "name": "color",
- "source": "*/hgext/color.py*", (glob)
- "testedwith": []
- },
- {
- "buglink": "",
"bundled": false,
"name": "ext1",
"source": "*/extwithoutinfos.py*", (glob)
More information about the Mercurial-devel
mailing list