##// END OF EJS Templates
Fixed an exception that was caught and improperly forgotten.
Eric Hopper -
r1366:136920d1 default
parent child Browse files
Show More
@@ -568,6 +568,7 b' def bundle(ui, repo, fname, dest="defaul'
568 f.write(z.flush())
568 f.write(z.flush())
569 except:
569 except:
570 os.unlink(fname)
570 os.unlink(fname)
571 raise
571
572
572 def cat(ui, repo, file1, *pats, **opts):
573 def cat(ui, repo, file1, *pats, **opts):
573 """output the latest or given revisions of files"""
574 """output the latest or given revisions of files"""
General Comments 0
You need to be logged in to leave comments. Login now