Submitter | Pierre-Yves David |
---|---|
Date | Aug. 2, 2016, 2:07 a.m. |
Message ID | <9748b312f20d8c182c2a.1470103665@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/16026/ |
State | Accepted |
Headers | show |
Comments
On Tue, 02 Aug 2016 04:07:45 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> > # Date 1470102642 -7200 > # Tue Aug 02 03:50:42 2016 +0200 > # Node ID 9748b312f20d8c182c2af180730546d280ca1ac9 > # Parent 73ff159923c1f05899c27238409ca398342d9ae0 > # EXP-Topic bundle2.testcleanup > tests: remove bundle2 activation from test-acl.t > > This is an old config that predate bundle2 on by default. This should have been > remove after Mercurail 3.6 got released. Sure, queued them, thanks.
Patch
diff -r 73ff159923c1 -r 9748b312f20d tests/test-acl.t --- a/tests/test-acl.t Mon Aug 01 13:14:13 2016 -0400 +++ b/tests/test-acl.t Tue Aug 02 03:50:42 2016 +0200 @@ -44,13 +44,6 @@ > EOF > } - $ cat << EOF >> $HGRCPATH - > [experimental] - > # drop me once bundle2 is the default, - > # added to get test change early. - > bundle2-exp = True - > EOF - $ hg init a $ cd a $ mkdir foo foo/Bar quux