Fixed an exception that was caught and improperly forgotten.

This commit is contained in:
Eric Hopper 2005-09-30 11:06:19 -07:00
parent 77d6103d36
commit 979309a0b0

View File

@ -568,6 +568,7 @@ def bundle(ui, repo, fname, dest="default-push", **opts):
f.write(z.flush())
except:
os.unlink(fname)
raise
def cat(ui, repo, file1, *pats, **opts):
"""output the latest or given revisions of files"""