sapling/hgext/convert
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
..
__init__.py convert.svn: branch name which equals trunk means `default' branch (issue2653) 2011-02-25 21:01:30 +03:00
bzr.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
common.py convert: add support to common commandline to access stdin of the process 2011-03-24 16:54:09 -04:00
convcmd.py i18n: don't mark trivial string for translation 2011-03-16 17:38:25 +01:00
cvs.py cleanup: remove unused variables 2010-08-27 13:32:40 -04:00
cvsps.py clean up remaining generic exceptions 2010-05-07 16:59:00 -05:00
darcs.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
filemap.py convert: make filemap prune useless branch closing revs (issue2774) 2011-04-20 23:15:18 +02:00
git.py convert: add bookmarks reading support to git backend 2011-03-25 01:38:43 +01:00
gnuarch.py Use lexists() instead of exists() where appropriate 2010-09-20 21:46:56 +02:00
hg.py convert: also catch missing revlogs when introduced in repo roots 2011-05-01 17:34:16 +02:00
monotone.py convert/mtn: Fix conversion of large files from mtn (broken in 64963df7238d) 2011-03-28 23:16:20 -04:00
p4.py convert: Work around p4 instability (issue2465) 2010-10-30 02:47:34 -05:00
subversion.py prevent transient leaks of file handle by using new helper functions 2011-05-02 10:11:18 +02:00
transport.py convert: tuple parameter unpacking is deprecated in py3k 2010-07-01 19:27:02 -03:00