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 207126

Summary: need SPI to get a files VCS history
Product: versioncontrol Reporter: Tomas Stupka <tstupka>
Component: CodeAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews
Priority: P3 Keywords: API_REVIEW_FAST
Version: 7.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 201708    

Description Tomas Stupka 2012-01-10 14:22:10 UTC

    
Comment 1 Tomas Stupka 2012-01-16 13:34:19 UTC
list vcs history together with local history in the editor tab - see also issue #201708 and ui spec http://wiki.netbeans.org/EditorHistoryTabUI

implementation of proposed changes see core-main, branch vcs_history_spi_207126

- added type VCSHistoryProvider to versioning/src/o.n.m.versioning.spi and versioning.core/src/o.n.m.versioning.core.spi

- VCSHistoryProvider tests - test versioning/test/unit/src/o/n/m/versioning/spi/VCSHistoryTest.java and versioning.core/test/unit/src/o/n/m/versioning/core/spi/VCSHistoryTest.java

- change described in versioning/apichanges.xml

- the history tab implementation was moved to versioning.ui (uninstalling local history shouldn't disable the vcs history)
Comment 2 Tomas Stupka 2012-01-24 18:26:49 UTC
ready to integrate in case no objections are raised
Comment 3 Tomas Stupka 2012-02-02 15:45:54 UTC
merged in core-main #692b804bcd06