##// END OF EJS Templates
repoview: fix try/except/finally for py2.4
Matt Mackall -
r22174:0cc2db64 default
parent child Browse files
Show More
@@ -85,6 +85,7 b' def trywritehiddencache(repo, hideable, '
85 """
85 """
86 wlock = fh = None
86 wlock = fh = None
87 try:
87 try:
88 try:
88 wlock = repo.wlock(wait=False)
89 wlock = repo.wlock(wait=False)
89 # write cache to file
90 # write cache to file
90 newhash = cachehash(repo, hideable)
91 newhash = cachehash(repo, hideable)
General Comments 0
You need to be logged in to leave comments. Login now