Mercurial > hg
diff hgext/fetch.py @ 12927:b6245c2470a9
util: refactor opener
- Don't call atomictempfile or nlinks() if the path is malformed
(no basename). Let posixfile() raise IOError directly.
- atomictempfile already breaks up hardlinks, no need to poke
at the file with nlinks() if atomictemp.
- No need to copy the file contents to break hardlinks for 'w'rite
modes (w, wb, w+, w+b). Unlinking and recreating the file is faster.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Thu, 04 Nov 2010 09:04:37 +0100 |
parents | b885f28fa4fa |
children | 924c82157d46 |