Skip to content

Instantly share code, notes, and snippets.

@samdmarshall
Created August 16, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samdmarshall/1e3a3b37d2500567668d235943f0cd82 to your computer and use it in GitHub Desktop.
Save samdmarshall/1e3a3b37d2500567668d235943f0cd82 to your computer and use it in GitHub Desktop.
mercurial on Mac OS X 10.11.6 - Homebrew build logs
Homebrew build logs for mercurial on Mac OS X 10.11.6
Build date: 2016-08-16 09:12:46
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew
HEAD: 984ed836bd803e872a14cd32be5b0690a635274f
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 6577a2b22a29e9e234d34a1141a358290ab7c363
Core tap last commit: 23 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit skylake
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.9.3 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
OS X: 10.11.6-x86_64
Xcode: 7.3.1
CLT: N/A
X11: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libusb-1.0.0.dylib
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install python
Run `brew missing` for more details.
2016-08-16 09:12:45 -0400
make
PREFIX=/usr/local/Cellar/mercurial/3.9_1
install-bin
python setup.py build
running build
running build_mo
warning: hgbuildmo: could not find msgfmt executable, no translations will be built
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/__init__.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/__modulepolicy__.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/__version__.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/ancestor.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/archival.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/bookmarks.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/branchmap.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/bundle2.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/bundlerepo.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/byterange.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/changegroup.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/changelog.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/cmdutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/commands.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/commandserver.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/config.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/context.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/copies.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/crecord.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/dagparser.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/dagutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/demandimport.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/destutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/dirstate.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/discovery.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/dispatch.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/encoding.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/error.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/exchange.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/extensions.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/fancyopts.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/filelog.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/filemerge.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/fileset.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/formatter.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/graphmod.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/hbisect.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/help.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/hg.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/hook.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/httpconnection.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/httppeer.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/i18n.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/keepalive.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/localrepo.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/lock.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/lsprof.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/lsprofcalltree.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/mail.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/manifest.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/match.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/mdiff.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/merge.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/minirst.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/namespaces.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/node.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/obsolete.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/parser.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/patch.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/pathutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/peer.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/phases.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/policy.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/posix.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/progress.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/pushkey.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/pvec.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/py3kcompat.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/pycompat.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/registrar.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/repair.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/repoview.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/revlog.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/revset.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/scmposix.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/scmutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/scmwindows.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/setdiscovery.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/similar.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/simplemerge.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/sshpeer.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/sshserver.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/sslutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/statichttprepo.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/store.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/streamclone.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/strutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/subrepo.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/tagmerge.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/tags.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/templatefilters.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/templatekw.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/templater.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/transaction.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/treediscovery.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/ui.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/unionrepo.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/url.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/util.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/verify.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/win32.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/windows.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/wireproto.py -> build/lib.macosx-10.11-intel-2.7/mercurial
copying mercurial/worker.py -> build/lib.macosx-10.11-intel-2.7/mercurial
creating build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/__init__.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/common.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/hgweb_mod.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/hgwebdir_mod.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/protocol.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/request.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/server.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/webcommands.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/webutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
copying mercurial/hgweb/wsgicgi.py -> build/lib.macosx-10.11-intel-2.7/mercurial/hgweb
creating build/lib.macosx-10.11-intel-2.7/mercurial/httpclient
copying mercurial/httpclient/__init__.py -> build/lib.macosx-10.11-intel-2.7/mercurial/httpclient
copying mercurial/httpclient/_readers.py -> build/lib.macosx-10.11-intel-2.7/mercurial/httpclient
creating build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/__init__.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/base85.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/bdiff.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/diffhelpers.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/mpatch.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/osutil.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
copying mercurial/pure/parsers.py -> build/lib.macosx-10.11-intel-2.7/mercurial/pure
creating build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/acl.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/automv.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/blackbox.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/bugzilla.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/censor.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/chgserver.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/children.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/churn.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/clonebundles.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/color.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/eol.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/extdiff.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/factotum.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/fetch.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/gpg.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/graphlog.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/hgk.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/histedit.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/journal.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/keyword.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/logtoprocess.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/mq.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/notify.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/pager.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/patchbomb.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/purge.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/rebase.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/record.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/relink.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/schemes.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/share.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/shelve.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/strip.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/transplant.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/win32mbcs.py -> build/lib.macosx-10.11-intel-2.7/hgext
copying hgext/win32text.py -> build/lib.macosx-10.11-intel-2.7/hgext
creating build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/bzr.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/common.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/convcmd.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/cvs.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/cvsps.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/darcs.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/filemap.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/git.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/gnuarch.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/hg.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/monotone.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/p4.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/subversion.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
copying hgext/convert/transport.py -> build/lib.macosx-10.11-intel-2.7/hgext/convert
creating build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor
copying hgext/fsmonitor/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor
copying hgext/fsmonitor/state.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor
copying hgext/fsmonitor/watchmanclient.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor
creating build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/capabilities.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman
copying hgext/fsmonitor/pywatchman/pybser.py -> build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman
creating build/lib.macosx-10.11-intel-2.7/hgext/highlight
copying hgext/highlight/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/highlight
copying hgext/highlight/highlight.py -> build/lib.macosx-10.11-intel-2.7/hgext/highlight
creating build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/basestore.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/lfcommands.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/lfutil.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/localstore.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/overrides.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/proto.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/remotestore.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/reposetup.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/storefactory.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/uisetup.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
copying hgext/largefiles/wirestore.py -> build/lib.macosx-10.11-intel-2.7/hgext/largefiles
creating build/lib.macosx-10.11-intel-2.7/hgext/zeroconf
copying hgext/zeroconf/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext/zeroconf
copying hgext/zeroconf/Zeroconf.py -> build/lib.macosx-10.11-intel-2.7/hgext/zeroconf
creating build/lib.macosx-10.11-intel-2.7/hgext3rd
copying hgext3rd/__init__.py -> build/lib.macosx-10.11-intel-2.7/hgext3rd
creating build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/common.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/config.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/dates.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/diffs.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/environment.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/extensions.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/filesets.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/glossary.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hg-ssh.8.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hg.1.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hgignore.5.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hgignore.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hgrc.5.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/hgweb.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/merge-tools.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/multirevs.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/patterns.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/phases.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/revisions.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/revsets.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/scripting.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/subrepos.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/templates.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
copying mercurial/help/urls.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help
creating build/lib.macosx-10.11-intel-2.7/mercurial/help/internals
copying mercurial/help/internals/bundles.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help/internals
copying mercurial/help/internals/changegroups.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help/internals
copying mercurial/help/internals/requirements.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help/internals
copying mercurial/help/internals/revlogs.txt -> build/lib.macosx-10.11-intel-2.7/mercurial/help/internals
creating build/lib.macosx-10.11-intel-2.7/mercurial/default.d
copying mercurial/default.d/mergetools.rc -> build/lib.macosx-10.11-intel-2.7/mercurial/default.d
copying mercurial/dummycert.pem -> build/lib.macosx-10.11-intel-2.7/mercurial
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.bisect -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.changelog -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.compact -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.default -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.phases -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.status -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
copying mercurial/templates/map-cmdline.xml -> build/lib.macosx-10.11-intel-2.7/mercurial/templates
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/bookmarkentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/bookmarks.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/branchentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/changelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/tagentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
copying mercurial/templates/atom/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/coal
copying mercurial/templates/coal/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/coal
copying mercurial/templates/coal/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/coal
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/bookmarks.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changeset.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/fileannotate.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filecomparison.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filediff.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filerevision.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/footer.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/graph.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/help.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/helptopics.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/index.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/manifest.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/notfound.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/search.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/shortlog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/summary.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
copying mercurial/templates/gitweb/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/json
copying mercurial/templates/json/changelist.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/json
copying mercurial/templates/json/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/json
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/bookmarks.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changeset.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/fileannotate.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filecomparison.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filediff.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filerevision.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/footer.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/graph.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/help.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/helptopics.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/index.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/manifest.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/notfound.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/search.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/shortlog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/summary.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
copying mercurial/templates/monoblue/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/bookmarks.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/changeset.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/diffstat.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/fileannotate.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/filecomparison.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/filediff.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/filelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/filerevision.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/footer.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/graph.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/help.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/helptopics.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/index.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/manifest.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/notfound.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/search.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/shortlog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/shortlogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
copying mercurial/templates/paper/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/changeset.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/fileannotate.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/filediff.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/graph.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/graphedge.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/graphnode.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/index.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/logentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/manifest.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/notfound.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
copying mercurial/templates/raw/search.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/bookmarkentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/bookmarks.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/branchentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/changelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/filelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/tagentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
copying mercurial/templates/rss/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/branches.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/changelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/changelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/changeset.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/error.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/fileannotate.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/filediff.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/filelog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/filelogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/filerevision.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/footer.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/graph.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/header.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/index.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/manifest.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/map -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/notfound.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/search.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlog.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlogentry.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
copying mercurial/templates/spartan/tags.tmpl -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan
creating build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/background.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/coal-file.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/coal-folder.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/excanvas.js -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/feed-icon-14x14.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/hgicon.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/hglogo.png -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/mercurial.js -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/style-extra-coal.css -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/style-gitweb.css -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/style-monoblue.css -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/style-paper.css -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
copying mercurial/templates/static/style.css -> build/lib.macosx-10.11-intel-2.7/mercurial/templates/static
running build_ext
building 'mercurial.base85' extension
creating build/temp.macosx-10.11-intel-2.7
creating build/temp.macosx-10.11-intel-2.7/mercurial
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/base85.c -o build/temp.macosx-10.11-intel-2.7/mercurial/base85.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/base85.o -o build/lib.macosx-10.11-intel-2.7/mercurial/base85.so
building 'mercurial.bdiff' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff_module.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o -o build/lib.macosx-10.11-intel-2.7/mercurial/bdiff.so
building 'mercurial.diffhelpers' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/diffhelpers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o -o build/lib.macosx-10.11-intel-2.7/mercurial/diffhelpers.so
building 'mercurial.mpatch' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/mpatch.c -o build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o -o build/lib.macosx-10.11-intel-2.7/mercurial/mpatch.so
building 'mercurial.parsers' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/dirs.c -o build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/manifest.c -o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/parsers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/pathencode.c -o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o -o build/lib.macosx-10.11-intel-2.7/mercurial/parsers.so
building 'mercurial.osutil' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/osutil.c -o build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o -o build/lib.macosx-10.11-intel-2.7/mercurial/osutil.so -framework ApplicationServices
building 'hgext.fsmonitor.pywatchman.bser' extension
creating build/temp.macosx-10.11-intel-2.7/hgext
creating build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor
creating build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman
clang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c hgext/fsmonitor/pywatchman/bser.c -o build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o
clang -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o -o build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.so
running build_scripts
creating build/scripts-2.7
copying and adjusting hg -> build/scripts-2.7
changing mode of build/scripts-2.7/hg from 644 to 755
python setup.py install --root="/" --prefix="/usr/local/Cellar/mercurial/3.9_1" --force
running install
running build
running build_mo
warning: hgbuildmo: could not find msgfmt executable, no translations will be built
running build_py
copying mercurial/__modulepolicy__.py -> build/lib.macosx-10.11-intel-2.7/mercurial
running build_ext
running build_scripts
running install_lib
creating /usr/local/Cellar/mercurial/3.9_1/lib
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/acl.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/automv.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/blackbox.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/bugzilla.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/censor.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/chgserver.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/children.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/churn.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/clonebundles.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/color.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/bzr.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/common.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/convcmd.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/cvs.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/cvsps.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/darcs.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/filemap.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/git.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/gnuarch.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/hg.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/monotone.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/p4.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/subversion.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/convert/transport.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert
copying build/lib.macosx-10.11-intel-2.7/hgext/eol.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/extdiff.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/factotum.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/fetch.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/capabilities.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/pybser.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/state.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor
copying build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/watchmanclient.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor
copying build/lib.macosx-10.11-intel-2.7/hgext/gpg.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/graphlog.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/hgk.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/highlight
copying build/lib.macosx-10.11-intel-2.7/hgext/highlight/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/highlight
copying build/lib.macosx-10.11-intel-2.7/hgext/highlight/highlight.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/highlight
copying build/lib.macosx-10.11-intel-2.7/hgext/histedit.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/journal.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/keyword.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/basestore.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/lfcommands.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/lfutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/localstore.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/overrides.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/proto.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/remotestore.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/reposetup.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/storefactory.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/uisetup.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/largefiles/wirestore.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles
copying build/lib.macosx-10.11-intel-2.7/hgext/logtoprocess.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/mq.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/notify.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/pager.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/patchbomb.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/purge.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/rebase.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/record.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/relink.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/schemes.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/share.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/shelve.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/strip.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/transplant.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/win32mbcs.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
copying build/lib.macosx-10.11-intel-2.7/hgext/win32text.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/zeroconf
copying build/lib.macosx-10.11-intel-2.7/hgext/zeroconf/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/zeroconf
copying build/lib.macosx-10.11-intel-2.7/hgext/zeroconf/Zeroconf.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/zeroconf
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext3rd
copying build/lib.macosx-10.11-intel-2.7/hgext3rd/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext3rd
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/__modulepolicy__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/__version__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/ancestor.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/archival.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/base85.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/bdiff.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/bookmarks.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/branchmap.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/bundle2.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/bundlerepo.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/byterange.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/changegroup.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/changelog.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/cmdutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/commands.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/commandserver.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/config.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/context.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/copies.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/crecord.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/dagparser.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/dagutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/default.d
copying build/lib.macosx-10.11-intel-2.7/mercurial/default.d/mergetools.rc -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/default.d
copying build/lib.macosx-10.11-intel-2.7/mercurial/demandimport.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/destutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/diffhelpers.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/dirstate.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/discovery.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/dispatch.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/dummycert.pem -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/encoding.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/error.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/exchange.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/extensions.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/fancyopts.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/filelog.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/filemerge.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/fileset.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/formatter.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/graphmod.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/hbisect.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/common.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/config.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/dates.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/diffs.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/environment.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/extensions.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/filesets.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/glossary.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hg-ssh.8.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hg.1.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hgignore.5.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hgignore.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hgrc.5.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/hgweb.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help/internals
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/internals/bundles.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help/internals
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/internals/changegroups.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help/internals
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/internals/requirements.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help/internals
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/internals/revlogs.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help/internals
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/merge-tools.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/multirevs.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/patterns.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/phases.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/revisions.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/revsets.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/scripting.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/subrepos.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/templates.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help/urls.txt -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help
copying build/lib.macosx-10.11-intel-2.7/mercurial/help.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/hg.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/common.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/hgweb_mod.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/hgwebdir_mod.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/protocol.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/request.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/server.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/webcommands.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/webutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hgweb/wsgicgi.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/hook.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpclient
copying build/lib.macosx-10.11-intel-2.7/mercurial/httpclient/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpclient
copying build/lib.macosx-10.11-intel-2.7/mercurial/httpclient/_readers.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpclient
copying build/lib.macosx-10.11-intel-2.7/mercurial/httpconnection.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/httppeer.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/i18n.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/keepalive.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/localrepo.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/lock.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/lsprof.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/lsprofcalltree.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/mail.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/manifest.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/match.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/mdiff.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/merge.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/minirst.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/mpatch.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/namespaces.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/node.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/obsolete.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/osutil.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/parser.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/parsers.so -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/patch.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/pathutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/peer.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/phases.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/policy.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/posix.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/progress.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/__init__.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/base85.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/bdiff.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/diffhelpers.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/mpatch.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/osutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pure/parsers.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure
copying build/lib.macosx-10.11-intel-2.7/mercurial/pushkey.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/pvec.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/py3kcompat.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/pycompat.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/registrar.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/repair.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/repoview.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/revlog.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/revset.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/scmposix.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/scmutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/scmwindows.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/setdiscovery.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/similar.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/simplemerge.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/sshpeer.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/sshserver.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/sslutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/statichttprepo.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/store.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/streamclone.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/strutil.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/subrepo.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/tagmerge.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/tags.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/templatefilters.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/templatekw.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/templater.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/bookmarkentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/bookmarks.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/branchentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/changelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/tagentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/atom/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/atom
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/coal
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/coal/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/coal
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/coal/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/coal
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/bookmarks.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/changelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/changeset.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/fileannotate.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/filecomparison.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/filediff.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/filerevision.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/footer.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/graph.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/help.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/helptopics.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/index.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/manifest.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/notfound.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/search.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/shortlog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/summary.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/gitweb/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/gitweb
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/json
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/json/changelist.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/json
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/json/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/json
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.bisect -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.changelog -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.compact -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.default -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.phases -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.status -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/map-cmdline.xml -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/bookmarks.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/changelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/changeset.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/fileannotate.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/filecomparison.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/filediff.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/filerevision.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/footer.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/graph.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/help.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/helptopics.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/index.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/manifest.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/notfound.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/search.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/shortlog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/summary.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/monoblue/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/monoblue
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/bookmarks.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/changeset.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/diffstat.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/fileannotate.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/filecomparison.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/filediff.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/filelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/filerevision.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/footer.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/graph.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/help.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/helptopics.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/index.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/manifest.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/notfound.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/search.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/shortlog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/shortlogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/paper/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/paper
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/changeset.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/fileannotate.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/filediff.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/graph.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/graphedge.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/graphnode.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/index.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/logentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/manifest.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/notfound.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/raw/search.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/raw
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/bookmarkentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/bookmarks.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/branchentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/changelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/filelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/tagentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/rss/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/rss
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/branches.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/changelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/changelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/changeset.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/error.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/fileannotate.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/filediff.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/filelog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/filelogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/filerevision.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/footer.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/graph.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/header.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/index.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/manifest.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/map -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/notfound.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/search.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/shortlog.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/shortlogentry.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/spartan/tags.tmpl -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/spartan
creating /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/background.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/coal-file.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/coal-folder.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/excanvas.js -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/feed-icon-14x14.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/hgicon.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/hglogo.png -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/mercurial.js -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/style-extra-coal.css -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/style-gitweb.css -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/style-monoblue.css -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/style-paper.css -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/templates/static/style.css -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templates/static
copying build/lib.macosx-10.11-intel-2.7/mercurial/transaction.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/treediscovery.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/ui.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/unionrepo.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/url.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/util.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/verify.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/win32.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/windows.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/wireproto.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
copying build/lib.macosx-10.11-intel-2.7/mercurial/worker.py -> /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/acl.py to acl.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/automv.py to automv.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/blackbox.py to blackbox.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/bugzilla.py to bugzilla.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/censor.py to censor.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/chgserver.py to chgserver.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/children.py to children.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/churn.py to churn.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/clonebundles.py to clonebundles.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/color.py to color.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/bzr.py to bzr.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/common.py to common.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/convcmd.py to convcmd.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/cvs.py to cvs.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/cvsps.py to cvsps.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/darcs.py to darcs.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/filemap.py to filemap.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/git.py to git.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/gnuarch.py to gnuarch.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/hg.py to hg.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/monotone.py to monotone.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/p4.py to p4.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/subversion.py to subversion.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/convert/transport.py to transport.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/eol.py to eol.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/extdiff.py to extdiff.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/factotum.py to factotum.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fetch.py to fetch.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman/capabilities.py to capabilities.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/pywatchman/pybser.py to pybser.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/state.py to state.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/fsmonitor/watchmanclient.py to watchmanclient.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/gpg.py to gpg.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/graphlog.py to graphlog.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/hgk.py to hgk.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/highlight/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/highlight/highlight.py to highlight.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/histedit.py to histedit.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/journal.py to journal.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/keyword.py to keyword.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/basestore.py to basestore.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/lfcommands.py to lfcommands.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/lfutil.py to lfutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/localstore.py to localstore.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/overrides.py to overrides.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/proto.py to proto.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/remotestore.py to remotestore.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/reposetup.py to reposetup.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/storefactory.py to storefactory.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/uisetup.py to uisetup.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/largefiles/wirestore.py to wirestore.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/logtoprocess.py to logtoprocess.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/mq.py to mq.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/notify.py to notify.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/pager.py to pager.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/patchbomb.py to patchbomb.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/purge.py to purge.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/rebase.py to rebase.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/record.py to record.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/relink.py to relink.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/schemes.py to schemes.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/share.py to share.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/shelve.py to shelve.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/strip.py to strip.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/transplant.py to transplant.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/win32mbcs.py to win32mbcs.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/win32text.py to win32text.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/zeroconf/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext/zeroconf/Zeroconf.py to Zeroconf.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/hgext3rd/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/__modulepolicy__.py to __modulepolicy__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/__version__.py to __version__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/ancestor.py to ancestor.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/archival.py to archival.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/bookmarks.py to bookmarks.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/branchmap.py to branchmap.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/bundle2.py to bundle2.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/bundlerepo.py to bundlerepo.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/byterange.py to byterange.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/changegroup.py to changegroup.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/changelog.py to changelog.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/cmdutil.py to cmdutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/commands.py to commands.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/commandserver.py to commandserver.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/config.py to config.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/context.py to context.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/copies.py to copies.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/crecord.py to crecord.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/dagparser.py to dagparser.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/dagutil.py to dagutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/demandimport.py to demandimport.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/destutil.py to destutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/dirstate.py to dirstate.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/discovery.py to discovery.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/dispatch.py to dispatch.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/encoding.py to encoding.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/error.py to error.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/exchange.py to exchange.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/extensions.py to extensions.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/fancyopts.py to fancyopts.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/filelog.py to filelog.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/filemerge.py to filemerge.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/fileset.py to fileset.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/formatter.py to formatter.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/graphmod.py to graphmod.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hbisect.py to hbisect.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/help.py to help.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hg.py to hg.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/common.py to common.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/hgweb_mod.py to hgweb_mod.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/hgwebdir_mod.py to hgwebdir_mod.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/protocol.py to protocol.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/request.py to request.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/server.py to server.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/webcommands.py to webcommands.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/webutil.py to webutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hgweb/wsgicgi.py to wsgicgi.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/hook.py to hook.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpclient/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpclient/_readers.py to _readers.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httpconnection.py to httpconnection.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/httppeer.py to httppeer.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/i18n.py to i18n.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/keepalive.py to keepalive.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/localrepo.py to localrepo.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/lock.py to lock.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/lsprof.py to lsprof.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/lsprofcalltree.py to lsprofcalltree.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/mail.py to mail.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/manifest.py to manifest.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/match.py to match.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/mdiff.py to mdiff.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/merge.py to merge.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/minirst.py to minirst.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/namespaces.py to namespaces.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/node.py to node.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/obsolete.py to obsolete.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/parser.py to parser.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/patch.py to patch.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pathutil.py to pathutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/peer.py to peer.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/phases.py to phases.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/policy.py to policy.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/posix.py to posix.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/progress.py to progress.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/base85.py to base85.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/bdiff.py to bdiff.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/diffhelpers.py to diffhelpers.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/mpatch.py to mpatch.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/osutil.py to osutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pure/parsers.py to parsers.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pushkey.py to pushkey.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pvec.py to pvec.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/py3kcompat.py to py3kcompat.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/pycompat.py to pycompat.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/registrar.py to registrar.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/repair.py to repair.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/repoview.py to repoview.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/revlog.py to revlog.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/revset.py to revset.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/scmposix.py to scmposix.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/scmutil.py to scmutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/scmwindows.py to scmwindows.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/setdiscovery.py to setdiscovery.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/similar.py to similar.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/simplemerge.py to simplemerge.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/sshpeer.py to sshpeer.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/sshserver.py to sshserver.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/sslutil.py to sslutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/statichttprepo.py to statichttprepo.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/store.py to store.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/streamclone.py to streamclone.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/strutil.py to strutil.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/subrepo.py to subrepo.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/tagmerge.py to tagmerge.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/tags.py to tags.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templatefilters.py to templatefilters.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templatekw.py to templatekw.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/templater.py to templater.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/transaction.py to transaction.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/treediscovery.py to treediscovery.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/ui.py to ui.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/unionrepo.py to unionrepo.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/url.py to url.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/util.py to util.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/verify.py to verify.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/win32.py to win32.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/windows.py to windows.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/wireproto.py to wireproto.pyc
byte-compiling /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial/worker.py to worker.pyc
running install_scripts
creating /usr/local/Cellar/mercurial/3.9_1/bin
copying build/scripts-2.7/hg -> /usr/local/Cellar/mercurial/3.9_1/bin
changing mode of /usr/local/Cellar/mercurial/3.9_1/bin/hg to 755
running install_egg_info
Writing /usr/local/Cellar/mercurial/3.9_1/lib/python2.7/site-packages/mercurial-3.9-py2.7.egg-info
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/base85.c -o build/temp.macosx-10.11-intel-2.7/mercurial/base85.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/base85.c -o build/temp.macosx-10.11-intel-2.7/mercurial/base85.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/base85.o -o build/lib.macosx-10.11-intel-2.7/mercurial/base85.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/base85.o -o build/lib.macosx-10.11-intel-2.7/mercurial/base85.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff_module.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/bdiff_module.c -o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o -o build/lib.macosx-10.11-intel-2.7/mercurial/bdiff.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/bdiff.o build/temp.macosx-10.11-intel-2.7/mercurial/bdiff_module.o -o build/lib.macosx-10.11-intel-2.7/mercurial/bdiff.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/diffhelpers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/diffhelpers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o -o build/lib.macosx-10.11-intel-2.7/mercurial/diffhelpers.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/diffhelpers.o -o build/lib.macosx-10.11-intel-2.7/mercurial/diffhelpers.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/mpatch.c -o build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/mpatch.c -o build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o -o build/lib.macosx-10.11-intel-2.7/mercurial/mpatch.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/mpatch.o -o build/lib.macosx-10.11-intel-2.7/mercurial/mpatch.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/dirs.c -o build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/dirs.c -o build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/manifest.c -o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/manifest.c -o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/parsers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/parsers.c -o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/pathencode.c -o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/pathencode.c -o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o -o build/lib.macosx-10.11-intel-2.7/mercurial/parsers.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/dirs.o build/temp.macosx-10.11-intel-2.7/mercurial/manifest.o build/temp.macosx-10.11-intel-2.7/mercurial/parsers.o build/temp.macosx-10.11-intel-2.7/mercurial/pathencode.o -o build/lib.macosx-10.11-intel-2.7/mercurial/parsers.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/osutil.c -o build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/osutil.c -o build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o -o build/lib.macosx-10.11-intel-2.7/mercurial/osutil.so -framework ApplicationServices
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/mercurial/osutil.o -o build/lib.macosx-10.11-intel-2.7/mercurial/osutil.so -framework ApplicationServices -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c hgext/fsmonitor/pywatchman/bser.c -o build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o
superenv removed: -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c hgext/fsmonitor/pywatchman/bser.c -o build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o -o build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.o -o build/lib.macosx-10.11-intel-2.7/hgext/fsmonitor/pywatchman/bser.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment