Skip to content

Instantly share code, notes, and snippets.

@jamiefdhurst
Created July 8, 2011 09:39
Show Gist options
  • Save jamiefdhurst/1071457 to your computer and use it in GitHub Desktop.
Save jamiefdhurst/1071457 to your computer and use it in GitHub Desktop.
Compilation of Mercurial on Debian
jamie@projectx-server:~$ mkdir mercurial-test
jamie@projectx-server:~$ cd mercurial-test/
jamie@projectx-server:~/mercurial-test$ wget http://mercurial.selenic.com/release/mercurial-1.9.tar.gz
--2011-07-08 10:34:39-- http://mercurial.selenic.com/release/mercurial-1.9.tar.gz
Resolving mercurial.selenic.com... 173.11.57.243
Connecting to mercurial.selenic.com|173.11.57.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2964382 (2.8M) [application/x-gzip]
Saving to: `mercurial-1.9.tar.gz'
100%[======================================>] 2,964,382 548K/s in 6.9s
2011-07-08 10:34:51 (419 KB/s) - `mercurial-1.9.tar.gz' saved [2964382/2964382]
jamie@projectx-server:~/mercurial-test$ ls
mercurial-1.9.tar.gz
jamie@projectx-server:~/mercurial-test$ tar -zxvf mercurial-1.9.tar.gz
mercurial-1.9/
mercurial-1.9/COPYING
(... ETC)
mercurial-1.9/tests/test-update-reverse.t
mercurial-1.9/tests/test-archive-symlinks.t
mercurial-1.9/tests/test-convert-hg-startrev.t
jamie@projectx-server:~/mercurial-test$ cd mercurial-1.9/
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ ls
contrib doc hgext Makefile README
CONTRIBUTORS hg hgweb.cgi mercurial setup.py
COPYING hgeditor i18n PKG-INFO tests
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ python
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
KeyboardInterrupt
>>> quit()
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ python setup.py install
running install
running build
running build_mo
warning: hgbuildmo: could not find msgfmt executable, no translations will be built
running build_py
Python headers are required to build Mercurial
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ su
Password:
su: Authentication failure
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ su
Password:
projectx-server:/home/jamie/mercurial-test/mercurial-1.9# apt-get install python-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-headers
projectx-server:/home/jamie/mercurial-test/mercurial-1.9# apt-get install python-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfont-freetype-perl ttf-dejavu-extra openssl-blacklist libterm-readkey-perl libisccc50
libmysqlclient15off liblwres50 libbind9-50 ttf-dejavu libisccfg50 x11-common libpq5
defoma libltdl3
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libpython2.6 libssl-dev python2.6-dev
The following NEW packages will be installed:
libpython2.6 libssl-dev python-dev python2.6-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,533 kB of archives.
After this operation, 19.9 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.uk.debian.org/debian/ squeeze/main libpython2.6 i386 2.6.6-8+b1 [985 kB]
Get:2 http://ftp.uk.debian.org/debian/ squeeze/main libssl-dev i386 0.9.8o-4squeeze1 [2,158 kB]
Get:3 http://ftp.uk.debian.org/debian/ squeeze/main python2.6-dev i386 2.6.6-8+b1 [4,389 kB]
Get:4 http://ftp.uk.debian.org/debian/ squeeze/main python-dev all 2.6.6-3+squeeze6 [918 B]
Fetched 7,533 kB in 20s (363 kB/s)
Selecting previously deselected package libpython2.6.
(Reading database ... 31616 files and directories currently installed.)
Unpacking libpython2.6 (from .../libpython2.6_2.6.6-8+b1_i386.deb) ...
Selecting previously deselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_0.9.8o-4squeeze1_i386.deb) ...
Selecting previously deselected package python2.6-dev.
Unpacking python2.6-dev (from .../python2.6-dev_2.6.6-8+b1_i386.deb) ...
Selecting previously deselected package python-dev.
Unpacking python-dev (from .../python-dev_2.6.6-3+squeeze6_all.deb) ...
Processing triggers for man-db ...
Setting up libpython2.6 (2.6.6-8+b1) ...
Setting up libssl-dev (0.9.8o-4squeeze1) ...
Setting up python2.6-dev (2.6.6-8+b1) ...
Setting up python-dev (2.6.6-3+squeeze6) ...
projectx-server:/home/jamie/mercurial-test/mercurial-1.9# exit
exit
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ python setup.py install
running install
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.linux-i686-2.6
creating build/lib.linux-i686-2.6/mercurial
copying mercurial/hbisect.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/fileset.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/parser.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/__version__.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/patch.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/mail.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/archival.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/ui.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/ancestor.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/repo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/changegroup.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/demandimport.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/keepalive.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/wireproto.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/i18n.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/sshrepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/similar.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/templatefilters.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/pushkey.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/posix.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/byterange.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/scmutil.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/templater.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/win32.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/windows.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/lsprof.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/config.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/filemerge.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/hook.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/lock.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/bundlerepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/manifest.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/url.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/extensions.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/simplemerge.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/filelog.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/strutil.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/sshserver.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/revset.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/repair.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/localrepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/store.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/node.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/merge.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/transaction.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/changelog.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/fancyopts.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/dirstate.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/ignore.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/treediscovery.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/__init__.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/bookmarks.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/tags.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/mdiff.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/commandserver.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/verify.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/dispatch.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/revlog.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/py3kcompat.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/dagparser.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/subrepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/match.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/statichttprepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/help.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/util.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/graphmod.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/sslutil.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/commands.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/httprepo.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/cmdutil.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/encoding.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/lsprofcalltree.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/httpconnection.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/context.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/copies.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/minirst.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/dagutil.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/hg.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/setdiscovery.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/error.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/templatekw.py -> build/lib.linux-i686-2.6/mercurial
copying mercurial/discovery.py -> build/lib.linux-i686-2.6/mercurial
creating build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/server.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/request.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/webutil.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/hgwebdir_mod.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/__init__.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/hgweb_mod.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/webcommands.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/protocol.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/wsgicgi.py -> build/lib.linux-i686-2.6/mercurial/hgweb
copying mercurial/hgweb/common.py -> build/lib.linux-i686-2.6/mercurial/hgweb
creating build/lib.linux-i686-2.6/mercurial/httpclient
copying mercurial/httpclient/socketutil.py -> build/lib.linux-i686-2.6/mercurial/httpclient
copying mercurial/httpclient/__init__.py -> build/lib.linux-i686-2.6/mercurial/httpclient
creating build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/test_chunked_transfer.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/test_bogus_responses.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/test_proxy_support.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/simple_http_test.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/test_ssl.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/__init__.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
copying mercurial/httpclient/tests/util.py -> build/lib.linux-i686-2.6/mercurial/httpclient/tests
creating build/lib.linux-i686-2.6/hgext
copying hgext/win32text.py -> build/lib.linux-i686-2.6/hgext
copying hgext/bugzilla.py -> build/lib.linux-i686-2.6/hgext
copying hgext/hgk.py -> build/lib.linux-i686-2.6/hgext
copying hgext/eol.py -> build/lib.linux-i686-2.6/hgext
copying hgext/gpg.py -> build/lib.linux-i686-2.6/hgext
copying hgext/purge.py -> build/lib.linux-i686-2.6/hgext
copying hgext/notify.py -> build/lib.linux-i686-2.6/hgext
copying hgext/pager.py -> build/lib.linux-i686-2.6/hgext
copying hgext/progress.py -> build/lib.linux-i686-2.6/hgext
copying hgext/color.py -> build/lib.linux-i686-2.6/hgext
copying hgext/children.py -> build/lib.linux-i686-2.6/hgext
copying hgext/schemes.py -> build/lib.linux-i686-2.6/hgext
copying hgext/churn.py -> build/lib.linux-i686-2.6/hgext
copying hgext/record.py -> build/lib.linux-i686-2.6/hgext
copying hgext/keyword.py -> build/lib.linux-i686-2.6/hgext
copying hgext/share.py -> build/lib.linux-i686-2.6/hgext
copying hgext/__init__.py -> build/lib.linux-i686-2.6/hgext
copying hgext/fetch.py -> build/lib.linux-i686-2.6/hgext
copying hgext/extdiff.py -> build/lib.linux-i686-2.6/hgext
copying hgext/transplant.py -> build/lib.linux-i686-2.6/hgext
copying hgext/interhg.py -> build/lib.linux-i686-2.6/hgext
copying hgext/graphlog.py -> build/lib.linux-i686-2.6/hgext
copying hgext/mq.py -> build/lib.linux-i686-2.6/hgext
copying hgext/win32mbcs.py -> build/lib.linux-i686-2.6/hgext
copying hgext/patchbomb.py -> build/lib.linux-i686-2.6/hgext
copying hgext/relink.py -> build/lib.linux-i686-2.6/hgext
copying hgext/hgcia.py -> build/lib.linux-i686-2.6/hgext
copying hgext/rebase.py -> build/lib.linux-i686-2.6/hgext
copying hgext/acl.py -> build/lib.linux-i686-2.6/hgext
creating build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/gnuarch.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/convcmd.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/cvsps.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/p4.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/darcs.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/transport.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/subversion.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/bzr.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/__init__.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/cvs.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/git.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/monotone.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/filemap.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/hg.py -> build/lib.linux-i686-2.6/hgext/convert
copying hgext/convert/common.py -> build/lib.linux-i686-2.6/hgext/convert
creating build/lib.linux-i686-2.6/hgext/highlight
copying hgext/highlight/__init__.py -> build/lib.linux-i686-2.6/hgext/highlight
copying hgext/highlight/highlight.py -> build/lib.linux-i686-2.6/hgext/highlight
creating build/lib.linux-i686-2.6/hgext/zeroconf
copying hgext/zeroconf/Zeroconf.py -> build/lib.linux-i686-2.6/hgext/zeroconf
copying hgext/zeroconf/__init__.py -> build/lib.linux-i686-2.6/hgext/zeroconf
creating build/lib.linux-i686-2.6/hgext/inotify
copying hgext/inotify/client.py -> build/lib.linux-i686-2.6/hgext/inotify
copying hgext/inotify/server.py -> build/lib.linux-i686-2.6/hgext/inotify
copying hgext/inotify/linuxserver.py -> build/lib.linux-i686-2.6/hgext/inotify
copying hgext/inotify/__init__.py -> build/lib.linux-i686-2.6/hgext/inotify
copying hgext/inotify/common.py -> build/lib.linux-i686-2.6/hgext/inotify
creating build/lib.linux-i686-2.6/hgext/inotify/linux
copying hgext/inotify/linux/watcher.py -> build/lib.linux-i686-2.6/hgext/inotify/linux
copying hgext/inotify/linux/__init__.py -> build/lib.linux-i686-2.6/hgext/inotify/linux
creating build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/urls.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/filesets.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/subrepos.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/revsets.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/diffs.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/merge-tools.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/config.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/hgignore.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/glossary.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/multirevs.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/revisions.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/extensions.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/environment.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/dates.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/hgweb.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/patterns.txt -> build/lib.linux-i686-2.6/mercurial/help
copying mercurial/help/templates.txt -> build/lib.linux-i686-2.6/mercurial/help
creating build/lib.linux-i686-2.6/mercurial/templates
copying mercurial/templates/template-vars.txt -> build/lib.linux-i686-2.6/mercurial/templates
copying mercurial/templates/map-cmdline.compact -> build/lib.linux-i686-2.6/mercurial/templates
copying mercurial/templates/map-cmdline.xml -> build/lib.linux-i686-2.6/mercurial/templates
copying mercurial/templates/map-cmdline.default -> build/lib.linux-i686-2.6/mercurial/templates
copying mercurial/templates/map-cmdline.changelog -> build/lib.linux-i686-2.6/mercurial/templates
creating build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/search.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/bookmarks.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/shortlog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filerevision.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/fileannotate.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/summary.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/manifest.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/footer.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/graph.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/helptopics.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/index.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/notfound.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/help.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/branches.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/map -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/filediff.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changeset.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
copying mercurial/templates/monoblue/changelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/monoblue
creating build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/bookmarks.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/filelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/bookmarkentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/changelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/tagentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/map -> build/lib.linux-i686-2.6/mercurial/templates/rss
copying mercurial/templates/rss/changelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/rss
creating build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/search.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/filelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/shortlog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/filerevision.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/fileannotate.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/manifest.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/footer.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/graph.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/changelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/index.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/notfound.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/branches.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/map -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/filediff.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/changeset.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
copying mercurial/templates/spartan/changelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/spartan
creating build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/fileannotate.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/manifest.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/index.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/notfound.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/map -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/filediff.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
copying mercurial/templates/raw/changeset.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/raw
creating build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/search.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/diffstat.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/bookmarks.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/shortlogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/filelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/shortlog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/filerevision.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/fileannotate.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/manifest.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/footer.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/graph.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/helptopics.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/index.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/notfound.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/help.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/branches.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/map -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/filediff.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
copying mercurial/templates/paper/changeset.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/paper
creating build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/search.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/bookmarks.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/shortlog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filerevision.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/fileannotate.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/summary.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/manifest.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/footer.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/graph.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/helptopics.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/index.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/notfound.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/help.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/branches.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/map -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/filediff.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changeset.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
copying mercurial/templates/gitweb/changelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/gitweb
creating build/lib.linux-i686-2.6/mercurial/templates/coal
copying mercurial/templates/coal/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/coal
copying mercurial/templates/coal/map -> build/lib.linux-i686-2.6/mercurial/templates/coal
creating build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/bookmarks.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/tags.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/filelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/bookmarkentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/changelogentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/header.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/tagentry.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/error.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/map -> build/lib.linux-i686-2.6/mercurial/templates/atom
copying mercurial/templates/atom/changelog.tmpl -> build/lib.linux-i686-2.6/mercurial/templates/atom
creating build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/style-monoblue.css -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/hgicon.png -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/mercurial.js -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/style.css -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/coal-folder.png -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/style-coal.css -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/hglogo.png -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/excanvas.js -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/coal-file.png -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/background.png -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/style-gitweb.css -> build/lib.linux-i686-2.6/mercurial/templates/static
copying mercurial/templates/static/style-paper.css -> build/lib.linux-i686-2.6/mercurial/templates/static
running build_ext
building 'mercurial.base85' extension
creating build/temp.linux-i686-2.6
creating build/temp.linux-i686-2.6/mercurial
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/base85.c -o build/temp.linux-i686-2.6/mercurial/base85.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/base85.o -o build/lib.linux-i686-2.6/mercurial/base85.so
building 'mercurial.bdiff' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/bdiff.c -o build/temp.linux-i686-2.6/mercurial/bdiff.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/bdiff.o -o build/lib.linux-i686-2.6/mercurial/bdiff.so
building 'mercurial.diffhelpers' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/diffhelpers.c -o build/temp.linux-i686-2.6/mercurial/diffhelpers.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/diffhelpers.o -o build/lib.linux-i686-2.6/mercurial/diffhelpers.so
building 'mercurial.mpatch' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/mpatch.c -o build/temp.linux-i686-2.6/mercurial/mpatch.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/mpatch.o -o build/lib.linux-i686-2.6/mercurial/mpatch.so
building 'mercurial.parsers' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/parsers.c -o build/temp.linux-i686-2.6/mercurial/parsers.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/parsers.o -o build/lib.linux-i686-2.6/mercurial/parsers.so
building 'mercurial.osutil' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c mercurial/osutil.c -o build/temp.linux-i686-2.6/mercurial/osutil.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/mercurial/osutil.o -o build/lib.linux-i686-2.6/mercurial/osutil.so
building 'hgext.inotify.linux._inotify' extension
creating build/temp.linux-i686-2.6/hgext
creating build/temp.linux-i686-2.6/hgext/inotify
creating build/temp.linux-i686-2.6/hgext/inotify/linux
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Imercurial -I/usr/include/python2.6 -c hgext/inotify/linux/_inotify.c -o build/temp.linux-i686-2.6/hgext/inotify/linux/_inotify.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/hgext/inotify/linux/_inotify.o -o build/lib.linux-i686-2.6/hgext/inotify/linux/_inotify.so
running build_scripts
creating build/scripts-2.6
copying and adjusting hg -> build/scripts-2.6
changing mode of build/scripts-2.6/hg from 644 to 755
running install_lib
creating /usr/local/lib/python2.6/dist-packages/mercurial
error: could not create '/usr/local/lib/python2.6/dist-packages/mercurial': Permission denied
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ su
Password:
projectx-server:/home/jamie/mercurial-test/mercurial-1.9# python setup.py install
running install
running build
running build_mo
warning: hgbuildmo: could not find msgfmt executable, no translations will be built
running build_py
running build_ext
running build_scripts
running install_lib
creating /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/hbisect.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/fileset.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/parser.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/__version__.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/patch.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/mail.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/archival.py -> /usr/local/lib/python2.6/dist-packages/mercurial
creating /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/server.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/request.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/webutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/hgwebdir_mod.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/__init__.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/hgweb_mod.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/webcommands.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/protocol.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/wsgicgi.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/hgweb/common.py -> /usr/local/lib/python2.6/dist-packages/mercurial/hgweb
copying build/lib.linux-i686-2.6/mercurial/ui.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/ancestor.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/parsers.so -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/repo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
creating /usr/local/lib/python2.6/dist-packages/mercurial/httpclient
copying build/lib.linux-i686-2.6/mercurial/httpclient/socketutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient
creating /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/test_chunked_transfer.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/test_bogus_responses.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/test_proxy_support.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/simple_http_test.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/test_ssl.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/__init__.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/tests/util.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests
copying build/lib.linux-i686-2.6/mercurial/httpclient/__init__.py -> /usr/local/lib/python2.6/dist-packages/mercurial/httpclient
copying build/lib.linux-i686-2.6/mercurial/changegroup.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/demandimport.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/keepalive.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/wireproto.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/i18n.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/sshrepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/similar.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/templatefilters.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/pushkey.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/posix.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/byterange.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/scmutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/templater.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/win32.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/windows.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/lsprof.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/config.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/filemerge.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/hook.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/lock.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/bundlerepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/manifest.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/url.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/extensions.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/simplemerge.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/filelog.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/strutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/sshserver.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/osutil.so -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/base85.so -> /usr/local/lib/python2.6/dist-packages/mercurial
creating /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/urls.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/filesets.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/subrepos.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/revsets.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/diffs.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/merge-tools.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/config.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/hgignore.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/glossary.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/multirevs.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/revisions.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/extensions.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/environment.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/dates.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/hgweb.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/patterns.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/help/templates.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/help
copying build/lib.linux-i686-2.6/mercurial/revset.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/repair.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/localrepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/store.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/node.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/merge.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/transaction.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/changelog.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/fancyopts.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/dirstate.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/ignore.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/treediscovery.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/__init__.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/bookmarks.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/tags.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/mdiff.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/commandserver.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/verify.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/dispatch.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/revlog.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/diffhelpers.so -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/py3kcompat.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/dagparser.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/subrepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/match.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/statichttprepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/help.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/util.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/bdiff.so -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/graphmod.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/sslutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/commands.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/httprepo.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/cmdutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/encoding.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/lsprofcalltree.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/httpconnection.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/context.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/copies.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/minirst.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/dagutil.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/mpatch.so -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/hg.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/setdiscovery.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/error.py -> /usr/local/lib/python2.6/dist-packages/mercurial
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/search.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/bookmarks.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/shortlog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/filerevision.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/fileannotate.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/summary.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/manifest.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/footer.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/graph.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/changelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/helptopics.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/index.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/notfound.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/help.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/branches.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/filediff.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/changeset.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
copying build/lib.linux-i686-2.6/mercurial/templates/monoblue/changelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/monoblue
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/bookmarks.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/filelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/bookmarkentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/changelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/tagentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
copying build/lib.linux-i686-2.6/mercurial/templates/rss/changelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/rss
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/search.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/shortlogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/filelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/shortlog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/filerevision.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/fileannotate.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/manifest.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/footer.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/graph.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/changelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/index.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/notfound.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/branches.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/filediff.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/changeset.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
copying build/lib.linux-i686-2.6/mercurial/templates/spartan/changelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/spartan
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/fileannotate.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/manifest.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/index.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/notfound.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/filediff.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
copying build/lib.linux-i686-2.6/mercurial/templates/raw/changeset.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/raw
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/search.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/diffstat.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/bookmarks.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/shortlogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/filelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/shortlog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/filerevision.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/fileannotate.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/manifest.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/footer.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/graph.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/helptopics.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/index.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/notfound.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/help.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/branches.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/filediff.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/paper/changeset.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/paper
copying build/lib.linux-i686-2.6/mercurial/templates/template-vars.txt -> /usr/local/lib/python2.6/dist-packages/mercurial/templates
copying build/lib.linux-i686-2.6/mercurial/templates/map-cmdline.compact -> /usr/local/lib/python2.6/dist-packages/mercurial/templates
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/search.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/bookmarks.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/shortlog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/filerevision.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/fileannotate.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/summary.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/manifest.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/footer.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/graph.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/changelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/helptopics.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/index.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/notfound.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/help.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/branches.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/filediff.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/changeset.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
copying build/lib.linux-i686-2.6/mercurial/templates/gitweb/changelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/gitweb
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/coal
copying build/lib.linux-i686-2.6/mercurial/templates/coal/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/coal
copying build/lib.linux-i686-2.6/mercurial/templates/coal/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/coal
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/bookmarks.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/tags.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/filelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/bookmarkentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/changelogentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/header.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/tagentry.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/error.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/map -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/atom/changelog.tmpl -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/atom
copying build/lib.linux-i686-2.6/mercurial/templates/map-cmdline.xml -> /usr/local/lib/python2.6/dist-packages/mercurial/templates
creating /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/style-monoblue.css -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/hgicon.png -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/mercurial.js -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/style.css -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/coal-folder.png -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/style-coal.css -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/hglogo.png -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/excanvas.js -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/coal-file.png -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/background.png -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/style-gitweb.css -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/static/style-paper.css -> /usr/local/lib/python2.6/dist-packages/mercurial/templates/static
copying build/lib.linux-i686-2.6/mercurial/templates/map-cmdline.default -> /usr/local/lib/python2.6/dist-packages/mercurial/templates
copying build/lib.linux-i686-2.6/mercurial/templates/map-cmdline.changelog -> /usr/local/lib/python2.6/dist-packages/mercurial/templates
copying build/lib.linux-i686-2.6/mercurial/templatekw.py -> /usr/local/lib/python2.6/dist-packages/mercurial
copying build/lib.linux-i686-2.6/mercurial/discovery.py -> /usr/local/lib/python2.6/dist-packages/mercurial
creating /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/win32text.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/bugzilla.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/hgk.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/eol.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/gpg.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/purge.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/notify.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/pager.py -> /usr/local/lib/python2.6/dist-packages/hgext
creating /usr/local/lib/python2.6/dist-packages/hgext/highlight
copying build/lib.linux-i686-2.6/hgext/highlight/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext/highlight
copying build/lib.linux-i686-2.6/hgext/highlight/highlight.py -> /usr/local/lib/python2.6/dist-packages/hgext/highlight
creating /usr/local/lib/python2.6/dist-packages/hgext/inotify
copying build/lib.linux-i686-2.6/hgext/inotify/client.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify
copying build/lib.linux-i686-2.6/hgext/inotify/server.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify
creating /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux
copying build/lib.linux-i686-2.6/hgext/inotify/linux/watcher.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux
copying build/lib.linux-i686-2.6/hgext/inotify/linux/_inotify.so -> /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux
copying build/lib.linux-i686-2.6/hgext/inotify/linux/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux
copying build/lib.linux-i686-2.6/hgext/inotify/linuxserver.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify
copying build/lib.linux-i686-2.6/hgext/inotify/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify
copying build/lib.linux-i686-2.6/hgext/inotify/common.py -> /usr/local/lib/python2.6/dist-packages/hgext/inotify
copying build/lib.linux-i686-2.6/hgext/progress.py -> /usr/local/lib/python2.6/dist-packages/hgext
creating /usr/local/lib/python2.6/dist-packages/hgext/zeroconf
copying build/lib.linux-i686-2.6/hgext/zeroconf/Zeroconf.py -> /usr/local/lib/python2.6/dist-packages/hgext/zeroconf
copying build/lib.linux-i686-2.6/hgext/zeroconf/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext/zeroconf
copying build/lib.linux-i686-2.6/hgext/color.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/children.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/schemes.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/churn.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/record.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/keyword.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/share.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/fetch.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/extdiff.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/transplant.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/interhg.py -> /usr/local/lib/python2.6/dist-packages/hgext
creating /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/gnuarch.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/convcmd.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/cvsps.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/p4.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/darcs.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/transport.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/subversion.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/bzr.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/__init__.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/cvs.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/git.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/monotone.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/filemap.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/hg.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/convert/common.py -> /usr/local/lib/python2.6/dist-packages/hgext/convert
copying build/lib.linux-i686-2.6/hgext/graphlog.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/mq.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/win32mbcs.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/patchbomb.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/relink.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/hgcia.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/rebase.py -> /usr/local/lib/python2.6/dist-packages/hgext
copying build/lib.linux-i686-2.6/hgext/acl.py -> /usr/local/lib/python2.6/dist-packages/hgext
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hbisect.py to hbisect.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/fileset.py to fileset.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/parser.py to parser.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/__version__.py to __version__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/patch.py to patch.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/mail.py to mail.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/archival.py to archival.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/server.py to server.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/request.py to request.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/webutil.py to webutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/hgwebdir_mod.py to hgwebdir_mod.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/hgweb_mod.py to hgweb_mod.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/webcommands.py to webcommands.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/protocol.py to protocol.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/wsgicgi.py to wsgicgi.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hgweb/common.py to common.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/ui.py to ui.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/ancestor.py to ancestor.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/repo.py to repo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/socketutil.py to socketutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/test_chunked_transfer.py to test_chunked_transfer.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/test_bogus_responses.py to test_bogus_responses.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/test_proxy_support.py to test_proxy_support.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/simple_http_test.py to simple_http_test.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/test_ssl.py to test_ssl.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/tests/util.py to util.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpclient/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/changegroup.py to changegroup.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/demandimport.py to demandimport.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/keepalive.py to keepalive.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/wireproto.py to wireproto.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/i18n.py to i18n.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/sshrepo.py to sshrepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/similar.py to similar.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/templatefilters.py to templatefilters.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/pushkey.py to pushkey.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/posix.py to posix.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/byterange.py to byterange.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/scmutil.py to scmutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/templater.py to templater.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/win32.py to win32.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/windows.py to windows.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/lsprof.py to lsprof.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/config.py to config.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/filemerge.py to filemerge.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hook.py to hook.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/lock.py to lock.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/bundlerepo.py to bundlerepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/manifest.py to manifest.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/url.py to url.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/extensions.py to extensions.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/simplemerge.py to simplemerge.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/filelog.py to filelog.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/strutil.py to strutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/sshserver.py to sshserver.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/revset.py to revset.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/repair.py to repair.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/localrepo.py to localrepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/store.py to store.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/node.py to node.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/merge.py to merge.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/transaction.py to transaction.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/changelog.py to changelog.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/fancyopts.py to fancyopts.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/dirstate.py to dirstate.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/ignore.py to ignore.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/treediscovery.py to treediscovery.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/bookmarks.py to bookmarks.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/tags.py to tags.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/mdiff.py to mdiff.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/commandserver.py to commandserver.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/verify.py to verify.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py to dispatch.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/revlog.py to revlog.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/py3kcompat.py to py3kcompat.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/dagparser.py to dagparser.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/subrepo.py to subrepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/match.py to match.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/statichttprepo.py to statichttprepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/help.py to help.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/util.py to util.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/graphmod.py to graphmod.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/sslutil.py to sslutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/commands.py to commands.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httprepo.py to httprepo.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/cmdutil.py to cmdutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/encoding.py to encoding.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/lsprofcalltree.py to lsprofcalltree.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/httpconnection.py to httpconnection.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/context.py to context.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/copies.py to copies.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/minirst.py to minirst.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/dagutil.py to dagutil.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/hg.py to hg.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/setdiscovery.py to setdiscovery.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/error.py to error.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/templatekw.py to templatekw.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/mercurial/discovery.py to discovery.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/win32text.py to win32text.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/bugzilla.py to bugzilla.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/hgk.py to hgk.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/eol.py to eol.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/gpg.py to gpg.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/purge.py to purge.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/notify.py to notify.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/pager.py to pager.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/highlight/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/highlight/highlight.py to highlight.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/client.py to client.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/server.py to server.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux/watcher.py to watcher.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/linux/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/linuxserver.py to linuxserver.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/inotify/common.py to common.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/progress.py to progress.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/zeroconf/Zeroconf.py to Zeroconf.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/zeroconf/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/color.py to color.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/children.py to children.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/schemes.py to schemes.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/churn.py to churn.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/record.py to record.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/keyword.py to keyword.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/share.py to share.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/fetch.py to fetch.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/extdiff.py to extdiff.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/transplant.py to transplant.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/interhg.py to interhg.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/gnuarch.py to gnuarch.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/convcmd.py to convcmd.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/cvsps.py to cvsps.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/p4.py to p4.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/darcs.py to darcs.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/transport.py to transport.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/subversion.py to subversion.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/bzr.py to bzr.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/cvs.py to cvs.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/git.py to git.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/monotone.py to monotone.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/filemap.py to filemap.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/hg.py to hg.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/convert/common.py to common.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/graphlog.py to graphlog.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/mq.py to mq.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/win32mbcs.py to win32mbcs.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/patchbomb.py to patchbomb.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/relink.py to relink.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/hgcia.py to hgcia.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/rebase.py to rebase.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/hgext/acl.py to acl.pyc
running install_scripts
copying build/scripts-2.6/hg -> /usr/local/bin
changing mode of /usr/local/bin/hg to 755
running install_egg_info
Writing /usr/local/lib/python2.6/dist-packages/mercurial-1.9.egg-info
projectx-server:/home/jamie/mercurial-test/mercurial-1.9# exit
exit
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ hg
Mercurial Distributed SCM
basic commands:
add add the specified files on the next commit
annotate show changeset information by line for each file
clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
diff diff repository (or selected files)
export dump the header and diffs for one or more changesets
forget forget the specified files on the next commit
init create a new repository in the given directory
log show revision history of entire repository or files
merge merge working directory with another revision
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit
serve start stand-alone webserver
status show changed files in the working directory
summary summarize working directory state
update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ hg test
hg: unknown command 'test'
Mercurial Distributed SCM
basic commands:
add add the specified files on the next commit
annotate show changeset information by line for each file
clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
diff diff repository (or selected files)
export dump the header and diffs for one or more changesets
forget forget the specified files on the next commit
init create a new repository in the given directory
log show revision history of entire repository or files
merge merge working directory with another revision
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit
serve start stand-alone webserver
status show changed files in the working directory
summary summarize working directory state
update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ hg help
Mercurial Distributed SCM
list of commands:
add add the specified files on the next commit
addremove add all new files, delete all missing files
annotate show changeset information by line for each file
archive create an unversioned archive of a repository revision
backout reverse effect of earlier changeset
bisect subdivision search of changesets
bookmarks track a line of development with movable markers
branch set or show the current branch name
branches list repository named branches
bundle create a changegroup file
cat output the current or given revision of files
clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
copy mark files as copied for the next commit
diff diff repository (or selected files)
export dump the header and diffs for one or more changesets
forget forget the specified files on the next commit
grep search for a pattern in specified files and revisions
heads show current repository heads or show branch heads
help show help for a given topic or a help overview
identify identify the working copy or specified revision
import import an ordered set of patches
incoming show new changesets found in source
init create a new repository in the given directory
locate locate files matching specific patterns
log show revision history of entire repository or files
manifest output the current or given revision of the project manifest
merge merge working directory with another revision
outgoing show changesets not found in the destination
parents show the parents of the working directory or revision
paths show aliases for remote repositories
pull pull changes from the specified source
push push changes to the specified destination
recover roll back an interrupted transaction
remove remove the specified files on the next commit
rename rename files; equivalent of copy + remove
resolve redo merges or set/view the merge status of files
revert restore files to their checkout state
rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory
serve start stand-alone webserver
showconfig show combined config settings from all hgrc files
status show changed files in the working directory
summary summarize working directory state
tag add one or more tags for the current or given revision
tags list repository tags
tip show the tip revision
unbundle apply one or more changegroup files
update update working directory (or switch revisions)
verify verify the integrity of the repository
version output version and copyright information
additional help topics:
config Configuration Files
dates Date Formats
diffs Diff Formats
environment Environment Variables
extensions Using additional features
filesets Specifying File Sets
glossary Glossary
hgignore syntax for Mercurial ignore files
hgweb Configuring hgweb
merge-tools Merge Tools
multirevs Specifying Multiple Revisions
patterns File Name Patterns
revisions Specifying Single Revisions
revsets Specifying Revision Sets
subrepos Subrepositories
templating Template Usage
urls URL Paths
use "hg -v help" to show builtin aliases and global options
jamie@projectx-server:~/mercurial-test/mercurial-1.9$ cd ..
jamie@projectx-server:~/mercurial-test$ cd ..
jamie@projectx-server:~$ hg clone http://[email protected]/jscott1989/veto
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
real URL is https://bitbucket.org/jscott1989/veto
destination directory: veto
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
requesting all changes
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
adding changesets
adding manifests
adding file changes
added 117 changesets with 336 changes to 29 files
updating to branch default
27 files updated, 0 files merged, 0 files removed, 0 files unresolved
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:e0:7c:b4:75:ce:9b:6c:48:94:56:a1:fe not verified (check hostfingerprints or web.cacerts config setting)
jamie@projectx-server:~$ ls
mercurial-test projectx veto
jamie@projectx-server:~$ cd veto
jamie@projectx-server:~/veto$ ls
examples js lib licenses
jamie@projectx-server:~/veto$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment