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 128097

Summary: On diff export display files participating in a changeset
Product: versioncontrol Reporter: akochnev <akochnev>
Component: MercurialAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: main_work_69258_e6edc0bf5288-128097-exportdiff-showhistory.patch

Description akochnev 2008-02-22 01:58:54 UTC
Currently, when selecting to export a diff, a dropdown displays the changesets to export the diff against. Those 
changeset numbers, however, are quite cryptic and meaningless at first look and without further investigation (on the 
command line or otherwise). It would be extremely helpful to show some context in order to select the correct 
changeset. Examples of relevant context might include details like date committed, files in the changeset, changeset 
message, etc. 

An additional enhancement relevant to this enhancement if the list of files in the changeset is shown somewhere would 
be to export a diff for a specific file in a changeset when the files in that changeset are displayed.
Comment 1 John Rice 2008-02-22 21:50:50 UTC
All of this information is available in Show History and Show Out.

The proposed change is to add a text hint in the Export Diff dialog pointing this out to the user and in Show History
and Show Out provide a Export Diff beside each Changeset, as we already do for Diff and Revert.

When the user clicks on this Export Diff the same Export Diff dialog is brought up, but set to just the Changeset they
clicked on. Hopefully this will give users better context.
Comment 2 John Rice 2008-02-22 21:51:27 UTC
Created attachment 57113 [details]
main_work_69258_e6edc0bf5288-128097-exportdiff-showhistory.patch
Comment 3 John Rice 2008-02-22 23:42:37 UTC
Committed to head:

changeset:   69358:945f8d27e4af
user:        jrice@netbeans.org
date:        Fri Feb 22 21:46:42 2008 +0000
summary:     #128097: adding Export Diff to Show History and Show Out on Changeset listing, beside Diff and Revert