Submitter | Augie Fackler |
---|---|
Date | Aug. 22, 2017, 9:27 p.m. |
Message ID | <2959ea035b9d1ddfe41d.1503437278@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23221/ |
State | Accepted |
Headers | show |
Comments
This series looks good to me. :) On Wed, Aug 23, 2017 at 2:57 AM, Augie Fackler <raf@durin42.com> wrote: > # HG changeset patch > # User Augie Fackler <raf@durin42.com> > # Date 1503414046 14400 > # Tue Aug 22 11:00:46 2017 -0400 > # Node ID 2959ea035b9d1ddfe41dc48c2893a9ebd6c2f160 > # Parent fb3748bd846a240924cbf6172162dbe6851514e5 > python3: whitelist test-imports-checker.t, which now passes > > diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist > --- a/contrib/python3-whitelist > +++ b/contrib/python3-whitelist > @@ -20,6 +20,7 @@ test-empty-dir.t > test-empty.t > test-excessive-merge.t > test-hghave.t > +test-imports-checker.t > test-issue1089.t > test-issue1993.t > test-issue842.t > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
On Wed, 23 Aug 2017 03:08:04 +0530, Pulkit Goyal wrote: > This series looks good to me. :) > > On Wed, Aug 23, 2017 at 2:57 AM, Augie Fackler <raf@durin42.com> wrote: > > # HG changeset patch > > # User Augie Fackler <raf@durin42.com> > > # Date 1503414046 14400 > > # Tue Aug 22 11:00:46 2017 -0400 > > # Node ID 2959ea035b9d1ddfe41dc48c2893a9ebd6c2f160 > > # Parent fb3748bd846a240924cbf6172162dbe6851514e5 > > python3: whitelist test-imports-checker.t, which now passes Queued, thanks.
Patch
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -20,6 +20,7 @@ test-empty-dir.t test-empty.t test-excessive-merge.t test-hghave.t +test-imports-checker.t test-issue1089.t test-issue1993.t test-issue842.t