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 - Export diff repeatedly appends to output file
Summary: Export diff repeatedly appends to output file
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-26 08:36 UTC by Ondrej Vrabec
Modified: 2010-02-26 08:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.