mercurial/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Fri, 20 Jun 2014 00:21:19 +0900
changeset 21888 dfb8f757750c
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
subrepo: ensure "close()" execution at the end of "_readstorehashcache()" Before this patch, "close()" for the file object opened in "_readstorehashcache()" 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 "_readstorehashcache()" by moving it into "finally" clause.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: