sapling/contrib
Renato Cunha c4578da8bf contrib/setup3k.py: added script to build hg with py3k
This patch implements a script that inherits most of its functionality from
hg's setup.py and adds support to calling 2to3 during invocation with python3.
The motivation of having this script around is twofold:

 1) It enables py3k crazies to test mercurial in py3k and, hopefully, patch it
    more easily, so it can improve the py3k support to eventually run there.

 2) Being separated from the main setup.py eliminates the need to make hg's
    setup.py even more cluttered, and enables "independent" development until
    the port is done.

Some considerations about the structure of this patch:

Mercurial already overrides the behavior of build_py, this patch tweaks it a bit
more to add support to call 2to3 with a custom fixer* location for Mercurial.
There is also a need of having the core C modules built *before* the
translation process starts, otherwise 2to3 will think those are global modules.

* A fixer is a python module that transforms python 2.x code in python 3.x
code.
2010-08-03 13:18:16 -03:00
..
hgfixes contrib/setup3k.py: added script to build hg with py3k 2010-08-03 13:18:16 -03:00
hgsh many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
macosx Make Readme.html reference current OS X release 2010-03-06 21:29:02 -08:00
vim Updated contrib/vim/patchreview.* to version 0.2.2 2010-02-24 19:43:13 -08:00
win32 win32text: mark this extension as deprecated 2010-06-02 14:54:25 +02:00
wix wix: generate a new GUID for the help folder 2010-07-01 19:13:23 -05:00
bash_completion mq/qqueue: enable bash completion 2010-08-08 23:10:08 +02:00
buildrpm buildrpm: enhance changelog of the RPM file 2009-11-06 10:06:08 +01:00
check-code.py Merge with stable 2010-08-15 18:13:46 +02:00
compress.py contrib: simple extension to practically convert a repo from tip delta to parentdelta 2010-08-10 22:28:30 +05:30
convert-repo convertrepo: make it work with refactored convert extension 2008-03-23 21:41:03 +01:00
debugshell.py contrib: add debugshell extension 2010-07-20 23:29:49 +05:30
dumprevlog linkrev: take a revision number rather than a hash 2008-11-12 15:19:14 -06:00
hg-ssh Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgk hgk: do not ignore ---/+++ lines in diff 2009-12-02 14:30:39 +02:00
hgweb.fcgi hgweb: synchronize fcgi and wsgi scripts 2010-04-26 11:03:40 -05:00
hgweb.wsgi hgweb.wsgi: add a URL to the corresponding wiki documentation 2010-07-03 01:48:50 +02:00
logo-droplets.svg logo: clean up source file with scour 2010-04-05 14:33:41 -05:00
memory.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
mercurial.el mercurial.el: add forgotten version number 2010-01-20 16:48:20 +01:00
mercurial.spec mercurial.spec: gettext is a build requirement for getting proper localization 2010-08-14 01:31:57 +02:00
mergetools.hgrc mergetools.hgrc: add vimdiff 2010-07-03 02:15:25 +02:00
mq.el Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
perf.py perf: break down long line 2010-07-31 11:41:42 +09:00
pylintrc pylintrc: string isn't deprecated, only some of its methods 2010-02-09 13:48:52 +01:00
python-hook-examples.py Change wording in example hook 2009-03-30 01:21:39 +02:00
sample.hgrc win32text: mark this extension as deprecated 2010-06-02 14:54:25 +02:00
setup3k.py contrib/setup3k.py: added script to build hg with py3k 2010-08-03 13:18:16 -03:00
shrink-revlog.py shrink-repo: wrong variable name 2010-06-06 22:39:32 +05:30
simplemerge simplemerge: use ui.warn() for warnings 2009-04-30 23:57:36 -05:00
tcsh_completion contrib: update tcsh_completion with commands for 1.6 2010-06-26 15:56:48 +02:00
tcsh_completion_build.sh Update tcsh completion scripts with new commands and for new help output. 2009-02-08 15:58:39 +01:00
tmplrewrite.py contrib: add tmplrewrite.py script to help rewrite old templater syntax 2009-05-15 10:47:19 +02:00
undumprevlog contrib: fix binary file issues with dumprevlog on Windows 2008-04-04 16:39:44 +02:00
xml.rnc Added RelaxNG schema for hg log XML output format 2009-12-30 02:44:37 +01:00
zsh_completion zsh completions: add qpush --move option 2010-08-07 15:32:33 +09:00