sapling/hgext
Renato Cunha d43bcc0e6e inotify: make proper use of Python API to get object size.
In older python versions, it was ok to access an object's type by accessing its
ob_type "member". With python 2.6+, the proper way of accessing it is via
Py_TYPE(object). This patch implements the correct call for the inotify
extension. When under python < 2.6, this macro is defined in mercurial's
util.h.
2010-07-02 16:21:42 -03:00
..
convert Merge with stable 2010-07-09 14:21:45 +02:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify inotify: make proper use of Python API to get object size. 2010-07-02 16:21:42 -03:00
zeroconf zeroconf: small fixes in docstring 2010-07-03 01:56:09 +02:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: delete trailing whitespace in docstring 2010-06-20 19:48:28 +02:00
bookmarks.py bookmarks: fix in/out return values 2010-06-26 12:26:03 -05:00
bugzilla.py bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb 2010-02-15 09:57:11 +01:00
children.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
churn.py churn: remove tuple parameter unpacking (deprecated in py3k) 2010-07-01 19:27:03 -03:00
color.py color: use ui.formatted(). 2010-06-07 15:28:54 +02:00
eol.py eol: extension for managing file EOLs 2010-05-31 21:37:01 +02:00
extdiff.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
fetch.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
gpg.py move working dir/dirstate methods from localrepo to workingctx 2010-06-07 20:03:32 +02:00
graphlog.py glog: fix crash on empty revision range 2010-06-24 21:35:52 -07:00
hgcia.py patch/diff: move patch.export() to cmdutil.export() 2010-03-08 19:43:24 +01:00
hgk.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
interhg.py interhg: fixes regression introduced by bb95879961db 2010-02-06 21:25:02 -02:00
keyword.py keyword: postpone manifest calculation in kwtemplater.overwrite 2010-06-15 17:15:31 +02:00
mq.py mq: qimport cleanup on fail (issue2214) 2010-06-29 03:09:42 +05:30
notify.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
pager.py pager: respect HGPLAIN 2010-06-20 01:20:12 +09:00
parentrevspec.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
patchbomb.py patchbomb: reduce number of opts.get calls 2010-06-16 00:37:21 +02:00
progress.py progress: check stderr.isatty() before each print 2010-06-27 22:20:47 -05:00
purge.py Use hg role in help strings 2010-04-22 10:24:49 +02:00
rebase.py rebase: --abort doesn't strip away the target changeset (issue2220) 2010-06-08 18:01:07 +02:00
record.py record: removed 'reduce' calls (unsupported by py3k) 2010-07-01 19:27:03 -03:00
relink.py relink: ensure deterministic directory walk in collect 2010-06-16 12:22:14 +02:00
schemes.py schemes: add Kiln On Demand to default schemes 2010-03-24 16:42:08 -04:00
share.py share: drop experimental label 2010-04-01 00:02:12 +02:00
transplant.py transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does 2010-06-19 12:51:57 +02:00
win32mbcs.py Merge with stable 2010-01-19 22:45:09 -06:00
win32text.py win32text: mark this extension as deprecated 2010-06-02 14:54:25 +02:00