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 128096 - Allow exporting of a File diff
Summary: Allow exporting of a File diff
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 01:47 UTC by akochnev
Modified: 2008-02-27 16:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akochnev 2008-02-22 01:47:31 UTC
Currently, the mercurial plugin only allows exporting of a diff for a changeset (from the global versioning menu). It 
would be very useful to be able to select a file and export a diff for that file against any previous changeset that 
the file participated in.
Comment 1 John Rice 2008-02-27 15:48:48 UTC
Can now export a File diff for a specific revision from the Show History/ Show Out Summary view for any listed revision.
Its on the context menu as Export File Diff.

We could make this accessible fromt eh various Diff locations, but for now I'm happy its in the Show History, to give
the appropriate changeset context.

changeset:   70184:57b1edad7ee3
htag:         tip
user:        jrice@netbeans.org
date:        Wed Feb 27 15:43:54 2008 +0000
summary:     #128096: Allow exporting of File Diff - can do this now from context menu, Export File Diff, on a revision
listed in Show History - Summary view

Mercurial Commit
----------------
#128096: Allow exporting of File Diff - can do this now from context menu, Export File Diff, on a revision listed in
Show History - Summary view
Committing 9 files to repository for Mercurial:
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/SummaryView.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportDiffAction.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/RevisionNode.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/Bundle.properties
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportDiffPanel.form
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportDiff.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/util/HgCommand.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/diff/ExportDiffPanel.java
        /export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Bundle.properties
INFO: End of Commit
Comment 2 John Rice 2008-02-27 16:07:37 UTC
Correction for ExportDiff on Summary Changeset Bar - wasn't replacing mercurial identifiers correctly.

changeset:   70185:87d69c71e688
user:        jrice@netbeans.org
date:        Wed Feb 27 16:03:55 2008 +0000
summary:     #128096: Allow exporting of File Diff - correct replacement of mercurial identifies from Export Diff on
Changeset Bar