sapling/contrib
Gregory Szorc ddc771a1b2 debugshell: disable demand importer when importing debugger
For reasons I can't explain (but likely have something to do with a
combination of __import__ inferring default values for arguments and
the demand importer mechanism further assuming defaults), the demand
importer isn't playing well with IPython. Without this patch, we get
a failure "ValueError: Attempted relative import in non-package" when
attempting to import "IPython." The stack has numerous demandimport
calls on it and adding "IPython" to the exclude list in demandimport
isn't enough to make the problem go away, which means the issue is
likely somewhere in the bowells of IPython. It's easier to just disable
the demand importer when importing the debugger.
2016-01-11 18:16:38 -08:00
..
debian debian: install bash completion as hg and not mercurial (issue4900) 2015-10-14 14:53:15 -04:00
docker dockerdeb: rules to build a debian package using docker 2015-05-06 13:15:39 -04:00
hgfixes fix_bytes: loosen blacklist matching requirements 2014-05-10 14:54:39 -07:00
hgsh backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
macosx urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
plan9 urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
vagrant vagrant: update to official Debian 8.1 base box 2015-09-02 11:52:24 -05:00
vim urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
win32 installer: add windows application version number to inno installer script 2016-01-07 12:49:26 +00:00
wix wix: add help for current internal topics 2015-12-17 21:24:08 -05:00
all-revsets.txt revset: improves time complexity of 'roots(xxx)' 2015-06-22 10:19:12 -07:00
base-revsets.txt contrib: introduce an all-revsets.txt file 2015-06-16 22:15:30 -07:00
bash_completion bash_completion: add -p|--patch|--stat support for shelve 2015-11-10 19:52:30 +08:00
builddeb builddeb: read default distribution and codename from lsb_release 2015-11-25 18:07:33 +08:00
buildrpm packaging: rework version detection and declaration (issue4912) 2015-10-26 14:19:37 -04:00
casesmash.py cleanup: drop unused variables and an unused import 2013-07-01 20:48:56 +02:00
check-code.py check-code: allow only-whitespace lines in tests 2016-01-08 12:35:02 -06:00
check-commit check-commit: try to curb bad commit summary keywords 2015-12-10 12:56:23 -06:00
check-config.py check-config: escape period in regexp for inline comments 2015-12-08 08:36:00 +00:00
check-py3-compat.py contrib: add execute bit for check-py3-compat.py 2015-12-22 07:58:21 +00:00
debugcmdserver.py cleanup: "raise SomeException()" -> "raise SomeException" 2012-05-12 16:00:58 +02:00
debugshell.py debugshell: disable demand importer when importing debugger 2016-01-11 18:16:38 -08:00
dirstatenonnormalcheck.py cleanup: remove superfluous space after space after equals (python) 2015-12-31 08:16:59 +00:00
dockerdeb builddeb: add --distid option to specify Distributor ID 2015-11-25 15:15:03 +08:00
dockerlib.sh dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) 2015-12-07 17:39:31 +01:00
dockerrpm dockerrpm: fix CentOS 5 RPMs (issue4977) 2016-01-04 21:21:59 +01:00
dumprevlog rename util.set_binary to setbinary 2011-05-06 15:25:35 +02:00
editmerge editmerge: dequote other use of $ED 2015-10-19 21:36:12 -07:00
fixpax.py contrib: add execute bit for fixpax.py 2015-12-22 07:58:44 +00:00
hg-ssh hg-ssh: reject push earlier (on pretxnopen) 2015-05-10 04:39:11 -07:00
hg-test-mode.el hg-test-mode: make exit code highlight work again 2014-08-12 12:53:23 -05:00
hgclient.py test-commandserver: allow check() to make connection in different way 2014-09-27 23:14:26 +09:00
hgk hgk: display committer name when set by hg-git 2015-04-03 22:44:25 +02:00
hgperf contrib: add "hgperf" command to measure performance of commands easily 2014-02-15 19:51:20 +09:00
hgweb.fcgi mq: add a warning about uncommitted changes for qfinish 2011-11-10 15:40:34 -06:00
hgweb.wsgi urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
import-checker.py import-checker: normalize directory separator to get module name on Windows 2015-12-27 23:48:19 +09:00
logo-droplets.svg logo: clean up source file with scour 2010-04-05 14:33:41 -05:00
Makefile.python contrib: disable SSLv3_method() to build old Python with recent libssl 2015-11-07 16:31:04 +09:00
memory.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
mercurial.el en-us: penalize 2012-08-17 13:58:19 -07:00
mercurial.spec mercurial.spec: remove execute bit 2015-12-22 10:58:47 +00:00
mq.el Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00
packagelib.sh packaging: rework version detection and declaration (issue4912) 2015-10-26 14:19:37 -04:00
perf.py revlog: return offset from _chunkraw() 2016-01-05 19:51:51 -08:00
pylintrc codingstyle: remove trailing spaces in various text files 2013-04-17 03:40:18 +02:00
python-hook-examples.py misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
revsetbenchmarks.py revsetbenchmarks: support benchmarking changectx loading 2015-11-21 15:43:04 -08:00
showstack.py contrib: add showstack extension 2015-08-28 16:59:31 -05:00
simplemerge error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
synthrepo.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
tcsh_completion contrib: update tcsh_completion for Mercurial 1.8 2011-03-01 07:28:20 +01:00
tcsh_completion_build.sh contrib: update tcsh_completion for Mercurial 1.8 2011-03-01 07:28:20 +01:00
undumprevlog transaction: pass a vfs map to the transaction 2014-10-17 20:49:39 -07:00
xml.rnc Added RelaxNG schema for hg log XML output format 2009-12-30 02:44:37 +01:00
zsh_completion debugnamecomplete: rename from debuglabelcomplete 2014-10-17 13:41:29 -07:00