Module implementing the project browser helper base for Mercurial extension interfaces.
| None | 
| HgExtensionProjectBrowserHelper | Class implementing the project browser helper base for Mercurial extension interfaces. | 
| None | 
Class implementing the project browser helper base for Mercurial extension interfaces.
Note: The methods initMenus() and menuTitle() have to be reimplemented by derived classes.
| None | 
| None | 
| HgExtensionProjectBrowserHelper | Constructor | 
| _updateVCSStatus | Protected method to update the VCS status of an item. | 
| initMenus | Public method to generate the extension menus. | 
| menuTitle | Public method to get the menu title. | 
| showExtensionMenu | Public method to prepare the extension menu for display. | 
| None | 
Constructor
Protected method to update the VCS status of an item.
Public method to generate the extension menus.
Note: Derived class must implement this method.
Public method to get the menu title.
Note: Derived class must implement this method.
Public method to prepare the extension menu for display.
Note: Derived class must implement this method to adjust the enabled states of its menus.