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 229806 - [Show history] Summary/Diff view: Open diff view for two selected revisions
Summary: [Show history] Summary/Diff view: Open diff view for two selected revisions
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 21:02 UTC by markiewb
Modified: 2013-09-05 01:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the dialogs and the workflow (207.55 KB, image/png)
2013-05-15 21:02 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-05-15 21:02:39 UTC
Created attachment 134486 [details]
Shows the dialogs and the workflow

EXPECTED: Add a context menu "Diff these revisions", when 2 revisions in the summary/diff view are selected. The action will open the diff view comparing the two revisions. See attached screenshot to see what I mean.

The diff integration should be simple because the API in the GIT module is already there - introduced by [1]

SystemAction.get(DiffAction.class).diff(context, firstRevision, secondRevision);

[1] https://netbeans.org/bugzilla/show_bug.cgi?id=207165
Comment 1 Ondrej Vrabec 2013-09-04 11:09:52 UTC
fix: http://hg.netbeans.org/core-main/rev/89f1af2d7e8f
Comment 2 Quality Engineering 2013-09-05 01:30:29 UTC
Integrated into 'main-silver', will be available in build *201309050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/89f1af2d7e8f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #229806 - [Show history] Summary/Diff view: Open diff view for two selected revisions