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 257513 - Add "Switch To Branch..." menu item on Git Repository Browser
Summary: Add "Switch To Branch..." menu item on Git Repository Browser
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2016-01-11 10:48 UTC by crosati
Modified: 2016-01-11 18:54 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2016-01-11 10:48:46 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Mac OS X version 10.11.2 running on x86_64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b17

Reproducibility: Happens every time

In the Git Repository Browser, add to the Local/Remote branch context menu the "Switch To Branch..." command, to switch to the selected branch. The command should open the Switch To Selected Branch dialog with the branch selected in the browser already selected in the dialog
Comment 1 Ondrej Vrabec 2016-01-11 12:11:46 UTC
There's already "Checkout Revision" on a branch node, I don't see any benefit in adding Switch To... when it practically does the same.
Comment 2 crosati 2016-01-11 18:54:09 UTC
Is "Checkout Revision" exactly the same of "Switch To Branch..."?

If yes, why not calling it ""Switch To Branch..." for coherence with the main GIT menu?

If not, please add it.