Module implementing the VCS project helper for Mercurial.
None |
HgProjectHelper | Class implementing the VCS project helper for Mercurial. |
None |
Class implementing the VCS project helper for Mercurial.
None |
HgProjectHelper | Constructor |
__hgBackout | Protected slot used to back out changes of a changeset. |
__hgBisectBad | Protected slot used to execute the bisect --bad command. |
__hgBisectGood | Protected slot used to execute the bisect --good command. |
__hgBisectReset | Protected slot used to execute the bisect --reset command. |
__hgBisectSkip | Protected slot used to execute the bisect --skip command. |
__hgBranch | Private slot used to create a new branch for the project. |
__hgBranchList | Private slot used to list the branches of the project. |
__hgBundle | Protected slot used to create a changegroup file. |
__hgCloseBranch | Protected slot used to close the current branch of the local project. |
__hgConfigure | Private method to open the configuration dialog. |
__hgCreateIgnore | Protected slot used to create a .hgignore file for the project. |
__hgEditRepoConfig | Protected slot used to edit the repository config file. |
__hgExtendedDiff | Private slot used to perform a hg diff with the selection of revisions. |
__hgHeads | Private slot used to show the heads of the repository. |
__hgIdentify | Protected slot used to identify the project directory. |
__hgIdentifyBundle | Protected slot used to identify a changegroup file. |
__hgIncoming | Private slot used to show the log of changes coming into the repository. |
__hgLogBrowser | Private slot used to browse the log of the current project. |
__hgLogLimited | Private slot used to perform a hg log --limit. |
__hgOutgoing | Private slot used to show the log of changes going out of the repository. |
__hgParents | Private slot used to show the parents of the repository. |
__hgPreviewBundle | Protected slot used to preview a changegroup file. |
__hgPull | Private slot used to pull changes from a remote repository. |
__hgPush | Private slot used to push changes to a remote repository. |
__hgRecover | Protected slot used to recover from an interrupted transaction. |
__hgResolve | Private slot used to resolve conflicts of the local project. |
__hgShowBranch | Private slot used to show the current branch for the project. |
__hgShowConfig | Protected slot used to show the combined config. |
__hgShowPaths | Protected slot used to show the aliases for remote repositories. |
__hgTagList | Private slot used to list the tags of the project. |
__hgTip | Private slot used to show the tip of the repository. |
__hgUnbundle | Protected slot used to apply changegroup files. |
__hgVerify | Protected slot used to verify the integrity of the repository. |
getActions | Public method to get a list of all actions. |
initActions | Public method to generate the action objects. |
initMenu | Public method to generate the VCS menu. |
Constructor
Protected slot used to back out changes of a changeset.
Protected slot used to execute the bisect --bad command.
Protected slot used to execute the bisect --good command.
Protected slot used to execute the bisect --reset command.
Protected slot used to execute the bisect --skip command.
Private slot used to create a new branch for the project.
Private slot used to list the branches of the project.
Protected slot used to create a changegroup file.
Protected slot used to close the current branch of the local project.
Private method to open the configuration dialog.
Protected slot used to create a .hgignore file for the project.
Protected slot used to edit the repository config file.
Private slot used to perform a hg diff with the selection of revisions.
Private slot used to show the heads of the repository.
Protected slot used to identify the project directory.
Protected slot used to identify a changegroup file.
Private slot used to show the log of changes coming into the repository.
Private slot used to browse the log of the current project.
Private slot used to perform a hg log --limit.
Private slot used to show the log of changes going out of the repository.
Private slot used to show the parents of the repository.
Protected slot used to preview a changegroup file.
Private slot used to pull changes from a remote repository.
Private slot used to push changes to a remote repository.
Protected slot used to recover from an interrupted transaction.
Private slot used to resolve conflicts of the local project.
Private slot used to show the current branch for the project.
Protected slot used to show the combined config.
Protected slot used to show the aliases for remote repositories.
Private slot used to list the tags of the project.
Private slot used to show the tip of the repository.
Protected slot used to apply changegroup files.
Protected slot used to verify the integrity of the repository.
Public method to get a list of all actions.
Public method to generate the action objects.
Public method to generate the VCS menu.