##// END OF EJS Templates
util: refactor opener...
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.

File last commit:

r9999:f91e5630 default
r12927:b6245c24 default
Show More
error.tmpl
10 lines | 244 B | application/x-cheetah | CheetahLexer
{header}
<title>Error</title>
<description>Error</description>
<item>
<title>Error</title>
<description>{error|escape}</description>
<guid>http://mercurial.selenic.com/#error</guid>
</item>
</channel>
</rss>