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 224098 - Commit and Diff action unavailable in Git panel
Summary: Commit and Diff action unavailable in Git panel
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 16:19 UTC by Stepan Zebra
Modified: 2012-12-21 02:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-12-20 16:19:23 UTC
Product Version: NetBeans IDE Dev (Build 201212200001)
Java: 1.7.0_10; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Commit and Diff actions are disabled in pop-up menu on files in Git panel, when the panel panel was refreshed from previously empty state.

Steps to reproduce (with single file):

Do a single modification to a file
Invoke Git | Show Changes on the file
 - file should be visible in Git panel in HEAD vs WT mode, actions are available
Switch Git panel to HEAD vs Index mode
 - the panel is now empty
Switch Git panel to Index vs WT mode
 - file should be visible in Git panel in Index vs WT mode, actions are disabled
Comment 1 Ondrej Vrabec 2012-12-20 17:03:23 UTC
fix: http://hg.netbeans.org/core-main/rev/9c6113524c35
Comment 2 Quality Engineering 2012-12-21 02:34:00 UTC
Integrated into 'main-golden', will be available in build *201212210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c6113524c35
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224098 - Commit and Diff action unavailable in Git panel