sapling/hgext
Dan Villiom Podlaski Christiansen 511c941422 prevent transient leaks of file handle by using new helper functions
These leaks may occur in environments that don't employ a reference
counting GC, i.e. PyPy.

This implies:
 - changing opener(...).read() calls to opener.read(...)
 - changing opener(...).write() calls to opener.write(...)
 - changing open(...).read(...) to util.readfile(...)
 - changing open(...).write(...) to util.writefile(...)
2011-05-02 10:11:18 +02:00
..
convert prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
zeroconf merge with stable 2011-05-01 06:06:59 -05:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py help: different section separators 2010-10-19 13:39:34 +02:00
bugzilla.py bugzilla: more documentation formatting fixups 2011-04-06 11:30:08 +01:00
children.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
churn.py churn: strip key earlier to avoid false negative seach in aliases 2011-04-29 16:34:52 +02:00
color.py color: fix using multiple effects 2011-05-01 16:54:48 +02:00
eol.py eol: do not abort when win32text is found, only warn 2011-03-13 10:03:06 -05:00
extdiff.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
fetch.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
gpg.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
graphlog.py graphlog: always sort revisions topologically 2011-05-01 15:51:52 +02:00
hgcia.py misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
hgk.py code style: prefer 'is' and 'is not' tests with singletons 2010-11-22 18:15:58 +01:00
interhg.py interhg: use uisetup() instead of module-load side effects 2010-10-16 18:09:47 -05:00
keyword.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
mq.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
notify.py misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
pager.py pager: don't page stderr if it's being redirected (issue2541) 2011-01-04 00:24:34 +11:00
patchbomb.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
progress.py remove unused imports 2011-05-01 15:21:57 +02:00
purge.py Use hg role in help strings 2010-04-22 10:24:49 +02:00
rebase.py rebase: drop ancestor import 2011-04-04 23:14:03 -05:00
record.py qrecord: provide help when mq is not enabled 2011-04-14 10:00:15 +02:00
relink.py relink: correct unusual indentation 2011-04-06 15:26:49 +02:00
schemes.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
share.py Use note admonition 2010-09-22 16:23:55 +02:00
transplant.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
win32mbcs.py win32mbcs: Fix typo in documentation 2011-02-01 07:29:11 +00:00
win32text.py win32text: give deprecation warning 2010-10-25 11:29:32 -05:00