cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 128096 - Allow exporting of a File diff
: Allow exporting of a File diff
Status: RESOLVED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P3 (vote)
: TBD
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-02-22 01:47 by
Modified: 2008-02-27 16:07 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-02-22 01:47:31
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 From 2008-02-27 15:48:48 -------
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 From 2008-02-27 16:07:37 -------
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