Submitter | Kevin Bullock |
---|---|
Date | April 29, 2016, 7:17 p.m. |
Message ID | <ff4843bdbbfde096be2d.1461957430@billings.local> |
Download | mbox | patch |
Permalink | /patch/14837/ |
State | Accepted |
Headers | show |
Comments
On Fri, 2016-04-29 at 14:17 -0500, Kevin Bullock wrote: > # HG changeset patch > # User Kevin Bullock <kbullock+mercurial@ringworld.org> > # Date 1461957240 18000 > # Fri Apr 29 14:14:00 2016 -0500 > # Branch stable > # Node ID ff4843bdbbfde096be2d564ee86a3cab4ee2e49a > # Parent 3d75ba5d089df807393a92065bc441003bd013ab > hghave: remove unused check for bdist_mpkg These are queued for stable, thanks. -- Mathematics is the supreme nostalgia of our time.
Patch
diff --git a/tests/hghave.py b/tests/hghave.py --- a/tests/hghave.py +++ b/tests/hghave.py @@ -456,14 +456,6 @@ def has_aix(): def has_osx(): return sys.platform == 'darwin' -@check("bdistmpkg", "bdist_mpkg Python Package") -def has_bdistmpkg(): - try: - import bdist_mpkg.script_bdist_mpkg - return True - except ImportError: - return False - @check("osxpackaging", "OS X packaging tools") def has_osxpackaging(): try: