Module implementing the VCS project helper for Mercurial.
HgProjectHelper | Class implementing the VCS project helper for Mercurial. |
None |
Class implementing the VCS project helper for Mercurial.
HgProjectHelper | Constructor |
hgExtendedDiff | Private slot used to perform a hg diff with the selection of revisions. |
hgIncoming | Private slot used to check changesets incoming to the repository. |
hgManifest | Private slot used to show the manifest of the repository. |
hgMerge | Private slot used to update the local project from the repository with merging. |
hgOutgoing | Private slot used to check changesets outgoing from the repository. |
hgPull | Private slot used to pull changesets into the repository. |
hgPush | Private slot used to push changesets from the repository. |
hgTagList | Private slot used to list the tags of the project. |
hgUndo | Private slot used to undo the last commit or pull transaction. |
initActions | Private method to generate the action objects. |
initMenu | Private method to generate the VCS menu. |
Constructor
Private slot used to perform a hg diff with the selection of revisions.
Private slot used to check changesets incoming to the repository.
Private slot used to show the manifest of the repository.
Private slot used to update the local project from the repository with merging.
Private slot used to check changesets outgoing from the repository.
Private slot used to pull changesets into the repository.
Private slot used to push changesets from the repository.
Private slot used to list the tags of the project.
Private slot used to undo the last commit or pull transaction.
Private method to generate the action objects.
Private method to generate the VCS menu.