##// END OF EJS Templates
tags: use try/except/finally
Matt Mackall -
r25087:559f24e3 default
parent child Browse files
Show More
@@ -509,7 +509,6 b' class hgtagsfnodescache(object):'
509 509 return
510 510
511 511 try:
512 try:
513 512 f = repo.vfs.open(_fnodescachefile, 'ab')
514 513 try:
515 514 # if the file has been truncated
General Comments 0
You need to be logged in to leave comments. Login now