This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181282

Summary: Export diff repeatedly appends to output file
Product: versioncontrol Reporter: Ondrej Vrabec <ovrabec>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ondrej Vrabec 2010-02-26 08:36:42 UTC
hg export (Mercurial > Export Diff) seems to append the diff to the output file. So if you export and export and export, the output file grows and grows and grows. It should be overwritten, IMO.
Comment 1 Ondrej Vrabec 2010-02-26 08:51:17 UTC
Well, not so easy to fix, we can not delete the file before the actual 'hg export' since we don't know the exact name of the output file, there may be several wildcards in the filename.
Let's deal with this when someone notices.