comparison tests/test-debugrename.t @ 21889:ee7e8dcffc92

subrepo: ensure "close()" execution at the end of "_cachestorehash()" Before this patch, "close()" for the file object opened in "_cachestorehash()" may not be executed, if unexpected exception is raised, because it isn't executed in "finally" clause. This patch ensures "close()" execution at the end of "_cachestorehash()" by moving it into "finally" clause.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 20 Jun 2014 00:21:19 +0900
parents 5d9bc49b0b1e
children 55c6ebd11cb9
comparison
equal deleted inserted replaced
21888:dfb8f757750c 21889:ee7e8dcffc92