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

Summary: [Show history] Summary/Diff view: Open diff view for two selected revisions
Product: versioncontrol Reporter: markiewb
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows the dialogs and the workflow

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