diff hgweb.cgi @ 15050:ff3e93686306

util.makedirs: make recursion simpler and more stable (issue2948) Before, makedirs could call itself recursively with the same path name it was given, relying on sane file system behavior to terminate the recursion. That could cause infinite recursion on insane file systems. Instead we now call mkdir explicitly after having created parent directory recursively. Exceptions from this mkdir is not swallowed.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 22 Aug 2011 00:42:38 +0200
parents 227b9f13db13
children 85cba926cb59
line wrap: on
line diff