From patchwork Thu Apr 18 14:14:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,4] histedit-test: drop skip logic for older mercurial version From: Pierre-Yves David X-Patchwork-Id: 1411 Message-Id: To: mercurial-devel@selenic.com Cc: raf@durin42.com Date: Thu, 18 Apr 2013 16:14:32 +0200 # HG changeset patch # User Pierre-Yves David # Date 1366284883 -7200 # Thu Apr 18 13:34:43 2013 +0200 # Node ID f9eb4a1948bf04277ac9388f0b4f1f173953e58b # Parent 7d31f2e42a8afb54c8fae87e8e3e29a63578aea4 histedit-test: drop skip logic for older mercurial version We are shipped in core now. diff --git a/tests/test-histedit-revspec.t b/tests/test-histedit-revspec.t --- a/tests/test-histedit-revspec.t +++ b/tests/test-histedit-revspec.t @@ -1,9 +1,5 @@ -This test requires parentrevspec support in revsets, so check for that -and skip the test if we're on an unusual hg that supports .t tests but -not parentrevspec. - $ python -c 'from mercurial import revset ; revset.methods["parentpost"]' || exit 80 Enable extensions used by this test. $ cat >>$HGRCPATH < [extensions] > graphlog=