Show More
@@ -2243,7 +2243,7 b' class revlog(object):' | |||
|
2243 | 2243 | if dfh is not None: |
|
2244 | 2244 | dfh.close() |
|
2245 | 2245 | if sdfh is not None: |
|
2246 | dfh.close() | |
|
2246 | sdfh.close() | |
|
2247 | 2247 | # closing the index file last to avoid exposing referent to |
|
2248 | 2248 | # potential unflushed data content. |
|
2249 | 2249 | if ifh is not None: |
General Comments 0
You need to be logged in to leave comments.
Login now