pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

File context menu and "team" menu have different actions available #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Team menu, open git submenu - custom actions and additional git 
commands available
2. Open context menu of a file, select git - no custom commands, "clone", etc 
missing.

What is the expected output? What do you see instead?
Both menus should have same functionality

What versions of NbGit, NetBeans and Java are you using?
On what operating system?
NetBeans 6/9, NBGit 0.4, Windows Vista

Original issue reported on code.google.com by alexei.v...@gmail.com on 20 Jul 2010 at 9:11

GoogleCodeExporter commented 9 years ago
The two menus behaves different by design. Eg. the
clone entry doesn't make sense in the context of a
repository that is already cloned. The behavior is
somewhat inherited from the Mercurial module.

Wrt. the custom commands, it sounds like a bug.
Custom commands can however also be per repository,
ie. require a context.

Original comment by jonas.fonseca on 21 Jul 2010 at 2:52