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 248002

Summary: Need API to export an arbitrary diff
Product: versioncontrol Reporter: Ondrej Vrabec <ovrabec>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, git
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 247366    
Attachments: API change and test

Description Ondrej Vrabec 2014-10-17 13:35:47 UTC
Currently it is possible only to export the diff of uncommitted changes. We need an API to export any diff (two commits, current state against any commit or e.g. current index state against any other state)
Comment 1 Ondrej Vrabec 2014-10-17 14:48:15 UTC
Created attachment 149962 [details]
API change and test
Comment 2 Ondrej Vrabec 2014-10-17 14:48:37 UTC
... please review
Comment 3 Ondrej Vrabec 2014-10-27 15:19:45 UTC
fix: http://hg.netbeans.org/core-main/rev/a43eb796bcf5
Comment 4 Quality Engineering 2014-10-29 11:44:16 UTC
Integrated into 'main-silver', will be available in build *201410290913* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a43eb796bcf5
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #248002 - Need API to export an arbitrary diff