--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.hg</h1> - <p> Module implementing the version control systems interface to Mercurial. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Hg">Hg</a></td> <td>Class implementing the version control systems interface to Mercurial.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Hg" ID="Hg"></a> <h2>Hg</h2> - <p> Class implementing the version control systems interface to Mercurial. </p> + <h3>Signals</h3> <dl> @@ -59,19 +58,17 @@ <h3>Derived from</h3> VersionControl <h3>Class Attributes</h3> - <table> <tr><td>IgnoreFileName</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Hg.__init__">Hg</a></td> <td>Constructor</td> @@ -549,19 +546,20 @@ <td>Public method used to update a file/directory with the Mercurial repository.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Hg.__init__" ID="Hg.__init__"></a> <h4>Hg (Constructor)</h4> <b>Hg</b>(<i>plugin, parent=None, name=None</i>) - <p> Constructor </p> + <dl> <dt><i>plugin</i> (VcsMercurialPlugin)</dt> @@ -580,18 +578,18 @@ <a NAME="Hg.__checkDefaults" ID="Hg.__checkDefaults"></a> <h4>Hg.__checkDefaults</h4> <b>__checkDefaults</b>(<i></i>) - <p> Private method to check, if the default and default-push URLs have been configured. </p> + <a NAME="Hg.__createClient" ID="Hg.__createClient"></a> <h4>Hg.__createClient</h4> <b>__createClient</b>(<i>repodir=""</i>) - <p> Private method to create a Mercurial command server client. </p> + <dl> <dt><i>repodir</i> (str)</dt> @@ -602,17 +600,17 @@ <a NAME="Hg.__getExtensionsInfo" ID="Hg.__getExtensionsInfo"></a> <h4>Hg.__getExtensionsInfo</h4> <b>__getExtensionsInfo</b>(<i></i>) - <p> Private method to get the active extensions from Mercurial. </p> + <a NAME="Hg.__getInOutBookmarks" ID="Hg.__getInOutBookmarks"></a> <h4>Hg.__getInOutBookmarks</h4> <b>__getInOutBookmarks</b>(<i>incoming</i>) - <p> Private method to get the list of incoming or outgoing bookmarks. </p> + <dl> <dt><i>incoming</i> (bool)</dt> @@ -635,7 +633,6 @@ <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> <h4>Hg.__getMostRecentCommitMessage</h4> <b>__getMostRecentCommitMessage</b>(<i></i>) - <p> Private method to get the most recent commit message. </p> @@ -643,6 +640,7 @@ Note: This message is extracted from the parent commit of the working directory. </p> + <dl> <dt>Return:</dt> <dd> @@ -658,11 +656,11 @@ <a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a> <h4>Hg.__hgGetFileForRevision</h4> <b>__hgGetFileForRevision</b>(<i>name, rev=""</i>) - <p> Private method to get a file for a specific revision from the repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -689,10 +687,10 @@ <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> <h4>Hg.__hgGraftSubCommand</h4> <b>__hgGraftSubCommand</b>(<i>subcommand, title</i>) - <p> Private method to perform a Mercurial graft subcommand. </p> + <dl> <dt><i>subcommand</i> (str)</dt> @@ -719,10 +717,10 @@ <a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> <h4>Hg.__iniFileChanged</h4> <b>__iniFileChanged</b>(<i>path</i>) - <p> Private slot to handle a change of the Mercurial configuration file. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -733,11 +731,11 @@ <a NAME="Hg.__monitorRepoIniFile" ID="Hg.__monitorRepoIniFile"></a> <h4>Hg.__monitorRepoIniFile</h4> <b>__monitorRepoIniFile</b>(<i>repodir</i>) - <p> Private slot to add a repository configuration file to the list of monitored files. </p> + <dl> <dt><i>repodir</i> (str)</dt> @@ -748,18 +746,18 @@ <a NAME="Hg.__vcsCommit_Step2" ID="Hg.__vcsCommit_Step2"></a> <h4>Hg.__vcsCommit_Step2</h4> <b>__vcsCommit_Step2</b>(<i></i>) - <p> Private slot performing the second step of the commit action. </p> + <a NAME="Hg._createStatusMonitorThread" ID="Hg._createStatusMonitorThread"></a> <h4>Hg._createStatusMonitorThread</h4> <b>_createStatusMonitorThread</b>(<i>interval, project</i>) - <p> Protected method to create an instance of the VCS status monitor thread. </p> + <dl> <dt><i>interval</i> (int)</dt> @@ -786,11 +784,11 @@ <a NAME="Hg.canCommitMerge" ID="Hg.canCommitMerge"></a> <h4>Hg.canCommitMerge</h4> <b>canCommitMerge</b>(<i></i>) - <p> Public method to check, if the working directory is an uncommitted merge. </p> + <dl> <dt>Return:</dt> <dd> @@ -806,10 +804,10 @@ <a NAME="Hg.canPull" ID="Hg.canPull"></a> <h4>Hg.canPull</h4> <b>canPull</b>(<i></i>) - <p> Public method to check, if pull is possible. </p> + <dl> <dt>Return:</dt> <dd> @@ -825,10 +823,10 @@ <a NAME="Hg.canPush" ID="Hg.canPush"></a> <h4>Hg.canPush</h4> <b>canPush</b>(<i></i>) - <p> Public method to check, if push is possible. </p> + <dl> <dt>Return:</dt> <dd> @@ -844,17 +842,17 @@ <a NAME="Hg.clearStatusCache" ID="Hg.clearStatusCache"></a> <h4>Hg.clearStatusCache</h4> <b>clearStatusCache</b>(<i></i>) - <p> Public method to clear the status cache. </p> + <a NAME="Hg.getClient" ID="Hg.getClient"></a> <h4>Hg.getClient</h4> <b>getClient</b>(<i></i>) - <p> Public method to get a reference to the command server interface. </p> + <dl> <dt>Return:</dt> <dd> @@ -870,10 +868,10 @@ <a NAME="Hg.getEncoding" ID="Hg.getEncoding"></a> <h4>Hg.getEncoding</h4> <b>getEncoding</b>(<i></i>) - <p> Public method to get the encoding to be used by Mercurial. </p> + <dl> <dt>Return:</dt> <dd> @@ -889,10 +887,10 @@ <a NAME="Hg.getExtensionObject" ID="Hg.getExtensionObject"></a> <h4>Hg.getExtensionObject</h4> <b>getExtensionObject</b>(<i>extensionName</i>) - <p> Public method to get a reference to an extension object. </p> + <dl> <dt><i>extensionName</i> (str)</dt> @@ -915,11 +913,11 @@ <a NAME="Hg.getHgSubPath" ID="Hg.getHgSubPath"></a> <h4>Hg.getHgSubPath</h4> <b>getHgSubPath</b>(<i></i>) - <p> Public method to get the path to the .hgsub file containing the definitions of sub-repositories. </p> + <dl> <dt>Return:</dt> <dd> @@ -935,10 +933,10 @@ <a NAME="Hg.getPlugin" ID="Hg.getPlugin"></a> <h4>Hg.getPlugin</h4> <b>getPlugin</b>(<i></i>) - <p> Public method to get a reference to the plugin object. </p> + <dl> <dt>Return:</dt> <dd> @@ -954,10 +952,10 @@ <a NAME="Hg.hasSubrepositories" ID="Hg.hasSubrepositories"></a> <h4>Hg.hasSubrepositories</h4> <b>hasSubrepositories</b>(<i></i>) - <p> Public method to check, if the project might have sub-repositories. </p> + <dl> <dt>Return:</dt> <dd> @@ -973,10 +971,10 @@ <a NAME="Hg.hgAbortMerge" ID="Hg.hgAbortMerge"></a> <h4>Hg.hgAbortMerge</h4> <b>hgAbortMerge</b>(<i></i>) - <p> Public method to abort an uncommitted merge. </p> + <dl> <dt>Return:</dt> <dd> @@ -992,17 +990,17 @@ <a NAME="Hg.hgAddSubrepository" ID="Hg.hgAddSubrepository"></a> <h4>Hg.hgAddSubrepository</h4> <b>hgAddSubrepository</b>(<i></i>) - <p> Public method to add a sub-repository. </p> + <a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a> <h4>Hg.hgAnnotate</h4> <b>hgAnnotate</b>(<i>name, skiplist=""</i>) - <p> Public method to show the output of the hg annotate command. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1017,25 +1015,25 @@ <a NAME="Hg.hgArchive" ID="Hg.hgArchive"></a> <h4>Hg.hgArchive</h4> <b>hgArchive</b>(<i></i>) - <p> Public method to create an unversioned archive from the repository. </p> + <a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a> <h4>Hg.hgBackout</h4> <b>hgBackout</b>(<i></i>) - <p> Public method used to backout an earlier changeset from the Mercurial repository. </p> + <a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> <h4>Hg.hgBisect</h4> <b>hgBisect</b>(<i>subcommand</i>) - <p> Public method to perform bisect commands. </p> + <dl> <dt><i>subcommand</i> (str)</dt> @@ -1054,10 +1052,10 @@ <a NAME="Hg.hgBookmarkDefine" ID="Hg.hgBookmarkDefine"></a> <h4>Hg.hgBookmarkDefine</h4> <b>hgBookmarkDefine</b>(<i>revision=None, bookmark=None</i>) - <p> Public method to define a bookmark. </p> + <dl> <dt><i>revision</i> (str)</dt> @@ -1072,10 +1070,10 @@ <a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> <h4>Hg.hgBookmarkDelete</h4> <b>hgBookmarkDelete</b>(<i>bookmark=None</i>) - <p> Public method to delete a bookmark. </p> + <dl> <dt><i>bookmark</i> (str)</dt> @@ -1086,17 +1084,17 @@ <a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a> <h4>Hg.hgBookmarkIncoming</h4> <b>hgBookmarkIncoming</b>(<i></i>) - <p> Public method to show a list of incoming bookmarks. </p> + <a NAME="Hg.hgBookmarkMove" ID="Hg.hgBookmarkMove"></a> <h4>Hg.hgBookmarkMove</h4> <b>hgBookmarkMove</b>(<i>revision=None, bookmark=None</i>) - <p> Public method to move a bookmark. </p> + <dl> <dt><i>revision</i> (str)</dt> @@ -1111,17 +1109,17 @@ <a NAME="Hg.hgBookmarkOutgoing" ID="Hg.hgBookmarkOutgoing"></a> <h4>Hg.hgBookmarkOutgoing</h4> <b>hgBookmarkOutgoing</b>(<i></i>) - <p> Public method to show a list of outgoing bookmarks. </p> + <a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> <h4>Hg.hgBookmarkPull</h4> <b>hgBookmarkPull</b>(<i>current=False, bookmark=None</i>) - <p> Public method to pull a bookmark from a remote repository. </p> + <dl> <dt><i>current</i> (bool)</dt> @@ -1136,10 +1134,10 @@ <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> <h4>Hg.hgBookmarkPush</h4> <b>hgBookmarkPush</b>(<i>current=False, bookmark=None, allBookmarks=False</i>) - <p> Public method to push a bookmark to a remote repository. </p> + <dl> <dt><i>current</i> (bool)</dt> @@ -1158,10 +1156,10 @@ <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> <h4>Hg.hgBookmarkRename</h4> <b>hgBookmarkRename</b>(<i>renameInfo=None</i>) - <p> Public method to rename a bookmark. </p> + <dl> <dt><i>renameInfo</i> (tuple of str and str)</dt> @@ -1172,17 +1170,17 @@ <a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> <h4>Hg.hgBranch</h4> <b>hgBranch</b>(<i></i>) - <p> Public method used to create a branch in the Mercurial repository. </p> + <a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> <h4>Hg.hgBundle</h4> <b>hgBundle</b>(<i>bundleData=None</i>) - <p> Public method to create a changegroup file. </p> + <dl> <dt><i>bundleData</i> (dict)</dt> @@ -1193,17 +1191,17 @@ <a NAME="Hg.hgConflicts" ID="Hg.hgConflicts"></a> <h4>Hg.hgConflicts</h4> <b>hgConflicts</b>(<i></i>) - <p> Public method used to show a list of files containing conflicts. </p> + <a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> <h4>Hg.hgCopy</h4> <b>hgCopy</b>(<i>name, project</i>) - <p> Public method used to copy a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1230,10 +1228,10 @@ <a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a> <h4>Hg.hgCreateIgnoreFile</h4> <b>hgCreateIgnoreFile</b>(<i>name, autoAdd=False</i>) - <p> Public method to create the ignore file. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1260,17 +1258,17 @@ <a NAME="Hg.hgDeleteBackups" ID="Hg.hgDeleteBackups"></a> <h4>Hg.hgDeleteBackups</h4> <b>hgDeleteBackups</b>(<i></i>) - <p> Public method to delete all backup bundles in the backup area. </p> + <a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> <h4>Hg.hgEditConfig</h4> <b>hgEditConfig</b>(<i>repoName=None, withLargefiles=True, largefilesData=None</i>) - <p> Public method used to edit the repository configuration file. </p> + <dl> <dt><i>repoName</i> (str)</dt> @@ -1291,21 +1289,20 @@ <a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a> <h4>Hg.hgEditUserConfig</h4> <b>hgEditUserConfig</b>(<i></i>) - <p> Public method used to edit the user configuration file. </p> + <a NAME="Hg.hgExport" ID="Hg.hgExport"></a> <h4>Hg.hgExport</h4> <b>hgExport</b>(<i></i>) - <p> Public method to export patches to files. </p> + <a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> <h4>Hg.hgExtendedDiff</h4> <b>hgExtendedDiff</b>(<i>name</i>) - <p> Public method used to view the difference of a file/directory to the Mercurial repository. @@ -1319,6 +1316,7 @@ <p> This method gives the chance to enter the revisions to be compared. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1329,10 +1327,10 @@ <a NAME="Hg.hgGetBookmarksList" ID="Hg.hgGetBookmarksList"></a> <h4>Hg.hgGetBookmarksList</h4> <b>hgGetBookmarksList</b>(<i></i>) - <p> Public method to get the list of bookmarks. </p> + <dl> <dt>Return:</dt> <dd> @@ -1348,10 +1346,10 @@ <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a> <h4>Hg.hgGetBranchesList</h4> <b>hgGetBranchesList</b>(<i>withState=False, withDefault=False</i>) - <p> Public method to get the list of branches. </p> + <dl> <dt><i>withState</i> (bool (optional))</dt> @@ -1381,10 +1379,10 @@ <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a> <h4>Hg.hgGetCurrentBranch</h4> <b>hgGetCurrentBranch</b>(<i></i>) - <p> Public method to get the current branch of the working directory. </p> + <dl> <dt>Return:</dt> <dd> @@ -1400,10 +1398,10 @@ <a NAME="Hg.hgGetTagsList" ID="Hg.hgGetTagsList"></a> <h4>Hg.hgGetTagsList</h4> <b>hgGetTagsList</b>(<i>withType=False</i>) - <p> Public method to get the list of tags. </p> + <dl> <dt><i>withType</i> (bool)</dt> @@ -1427,10 +1425,10 @@ <a NAME="Hg.hgGraft" ID="Hg.hgGraft"></a> <h4>Hg.hgGraft</h4> <b>hgGraft</b>(<i>revs=None</i>) - <p> Public method to copy changesets from another branch. </p> + <dl> <dt><i>revs</i> (list of str)</dt> @@ -1453,11 +1451,11 @@ <a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> <h4>Hg.hgGraftAbort</h4> <b>hgGraftAbort</b>(<i></i>) - <p> Public method to abort an interrupted copying session and perform a rollback. </p> + <dl> <dt>Return:</dt> <dd> @@ -1473,10 +1471,10 @@ <a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> <h4>Hg.hgGraftContinue</h4> <b>hgGraftContinue</b>(<i></i>) - <p> Public method to continue copying changesets from another branch. </p> + <dl> <dt>Return:</dt> <dd> @@ -1492,10 +1490,10 @@ <a NAME="Hg.hgGraftStop" ID="Hg.hgGraftStop"></a> <h4>Hg.hgGraftStop</h4> <b>hgGraftStop</b>(<i></i>) - <p> Public method to stop an interrupted copying session. </p> + <dl> <dt>Return:</dt> <dd> @@ -1511,17 +1509,17 @@ <a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> <h4>Hg.hgIdentify</h4> <b>hgIdentify</b>(<i></i>) - <p> Public method to identify the current working directory. </p> + <a NAME="Hg.hgImport" ID="Hg.hgImport"></a> <h4>Hg.hgImport</h4> <b>hgImport</b>(<i></i>) - <p> Public method to import a patch file. </p> + <dl> <dt>Return:</dt> <dd> @@ -1538,18 +1536,18 @@ <a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> <h4>Hg.hgIncoming</h4> <b>hgIncoming</b>(<i></i>) - <p> Public method used to view the log of incoming changes from the Mercurial repository. </p> + <a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a> <h4>Hg.hgInfo</h4> <b>hgInfo</b>(<i>mode="heads"</i>) - <p> Public method to show information about the heads of the repository. </p> + <dl> <dt><i>mode</i> (str)</dt> @@ -1560,17 +1558,17 @@ <a NAME="Hg.hgListBookmarks" ID="Hg.hgListBookmarks"></a> <h4>Hg.hgListBookmarks</h4> <b>hgListBookmarks</b>(<i></i>) - <p> Public method used to list the available bookmarks. </p> + <a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a> <h4>Hg.hgListTagBranch</h4> <b>hgListTagBranch</b>(<i>tags=True</i>) - <p> Public method used to list the available tags or branches. </p> + <dl> <dt><i>tags</i> (bool)</dt> @@ -1582,10 +1580,10 @@ <a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> <h4>Hg.hgNormalizeURL</h4> <b>hgNormalizeURL</b>(<i>url</i>) - <p> Public method to normalize a url for Mercurial. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -1608,18 +1606,18 @@ <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> <h4>Hg.hgOutgoing</h4> <b>hgOutgoing</b>(<i></i>) - <p> Public method used to view the log of outgoing changes from the Mercurial repository. </p> + <a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a> <h4>Hg.hgPhase</h4> <b>hgPhase</b>(<i>data=None</i>) - <p> Public method to change the phase of revisions. </p> + <dl> <dt><i>data</i> (tuple of (list of str, str, bool))</dt> @@ -1650,18 +1648,18 @@ <a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> <h4>Hg.hgPreviewBundle</h4> <b>hgPreviewBundle</b>(<i></i>) - <p> Public method used to view the log of incoming changes from a changegroup file. </p> + <a NAME="Hg.hgPull" ID="Hg.hgPull"></a> <h4>Hg.hgPull</h4> <b>hgPull</b>(<i>revisions=None</i>) - <p> Public method used to pull changes from a remote Mercurial repository. </p> + <dl> <dt><i>revisions</i> (list of str)</dt> @@ -1685,10 +1683,10 @@ <a NAME="Hg.hgPush" ID="Hg.hgPush"></a> <h4>Hg.hgPush</h4> <b>hgPush</b>(<i>force=False, newBranch=False, rev=None</i>) - <p> Public method used to push changes to a remote Mercurial repository. </p> + <dl> <dt><i>force</i> (bool)</dt> @@ -1707,10 +1705,10 @@ <a NAME="Hg.hgReMerge" ID="Hg.hgReMerge"></a> <h4>Hg.hgReMerge</h4> <b>hgReMerge</b>(<i>name</i>) - <p> Public method used to merge a URL/revision into the local project. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1721,31 +1719,31 @@ <a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> <h4>Hg.hgRecover</h4> <b>hgRecover</b>(<i></i>) - <p> Public method to recover an interrupted transaction. </p> + <a NAME="Hg.hgRemoveSubrepositories" ID="Hg.hgRemoveSubrepositories"></a> <h4>Hg.hgRemoveSubrepositories</h4> <b>hgRemoveSubrepositories</b>(<i></i>) - <p> Public method to remove sub-repositories. </p> + <a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a> <h4>Hg.hgRollback</h4> <b>hgRollback</b>(<i></i>) - <p> Public method used to rollback the last transaction. </p> + <a NAME="Hg.hgServe" ID="Hg.hgServe"></a> <h4>Hg.hgServe</h4> <b>hgServe</b>(<i>repoPath</i>) - <p> Public method used to serve the project. </p> + <dl> <dt><i>repoPath</i> (str)</dt> @@ -1756,32 +1754,32 @@ <a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> <h4>Hg.hgShowBranch</h4> <b>hgShowBranch</b>(<i></i>) - <p> Public method used to show the current branch of the working directory. </p> + <a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> <h4>Hg.hgShowConfig</h4> <b>hgShowConfig</b>(<i></i>) - <p> Public method to show the combined configuration. </p> + <a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a> <h4>Hg.hgShowPaths</h4> <b>hgShowPaths</b>(<i></i>) - <p> Public method to show the path aliases for remote repositories. </p> + <a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a> <h4>Hg.hgSummary</h4> <b>hgSummary</b>(<i>mq=False, largefiles=False</i>) - <p> Public method used to show some summary information of the working directory state. </p> + <dl> <dt><i>mq</i> (bool)</dt> @@ -1797,10 +1795,10 @@ <a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> <h4>Hg.hgUnbundle</h4> <b>hgUnbundle</b>(<i>files=None</i>) - <p> Public method to apply changegroup files. </p> + <dl> <dt><i>files</i> (list of str)</dt> @@ -1824,17 +1822,17 @@ <a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> <h4>Hg.hgVerify</h4> <b>hgVerify</b>(<i></i>) - <p> Public method to verify the integrity of the repository. </p> + <a NAME="Hg.initCommand" ID="Hg.initCommand"></a> <h4>Hg.initCommand</h4> <b>initCommand</b>(<i>command</i>) - <p> Public method to initialize a command arguments list. </p> + <dl> <dt><i>command</i> (str)</dt> @@ -1857,10 +1855,10 @@ <a NAME="Hg.isExtensionActive" ID="Hg.isExtensionActive"></a> <h4>Hg.isExtensionActive</h4> <b>isExtensionActive</b>(<i>extensionName</i>) - <p> Public method to check, if an extension is active. </p> + <dl> <dt><i>extensionName</i> (str)</dt> @@ -1883,17 +1881,17 @@ <a NAME="Hg.stopClient" ID="Hg.stopClient"></a> <h4>Hg.stopClient</h4> <b>stopClient</b>(<i></i>) - <p> Public method to stop the command server client. </p> + <a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a> <h4>Hg.vcsAdd</h4> <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>) - <p> Public method used to add a file/directory to the Mercurial repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1912,11 +1910,11 @@ <a NAME="Hg.vcsAddBinary" ID="Hg.vcsAddBinary"></a> <h4>Hg.vcsAddBinary</h4> <b>vcsAddBinary</b>(<i>name, isDir=False</i>) - <p> Public method used to add a file/directory in binary mode to the Mercurial repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1931,10 +1929,10 @@ <a NAME="Hg.vcsAddCommitMessage" ID="Hg.vcsAddCommitMessage"></a> <h4>Hg.vcsAddCommitMessage</h4> <b>vcsAddCommitMessage</b>(<i>message</i>) - <p> Public method to add a commit message to the list of saved messages. </p> + <dl> <dt><i>message</i> (str)</dt> @@ -1945,11 +1943,11 @@ <a NAME="Hg.vcsAddTree" ID="Hg.vcsAddTree"></a> <h4>Hg.vcsAddTree</h4> <b>vcsAddTree</b>(<i>path</i>) - <p> Public method to add a directory tree rooted at path to the Mercurial repository. </p> + <dl> <dt><i>path</i> (str or list of str)</dt> @@ -1960,7 +1958,6 @@ <a NAME="Hg.vcsAllRegisteredStates" ID="Hg.vcsAllRegisteredStates"></a> <h4>Hg.vcsAllRegisteredStates</h4> <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>) - <p> Public method used to get the registered states of a number of files in the vcs. @@ -1970,6 +1967,7 @@ if the named directory has been scanned already. If so, it is assumed, that the states for all files have been populated by the previous run. </p> + <dl> <dt><i>names</i> (dict)</dt> @@ -2001,11 +1999,11 @@ <a NAME="Hg.vcsCheckout" ID="Hg.vcsCheckout"></a> <h4>Hg.vcsCheckout</h4> <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) - <p> Public method used to check the project out of a Mercurial repository (clone). </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -2036,10 +2034,10 @@ <a NAME="Hg.vcsCleanup" ID="Hg.vcsCleanup"></a> <h4>Hg.vcsCleanup</h4> <b>vcsCleanup</b>(<i>name</i>) - <p> Public method used to cleanup the working directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2050,17 +2048,17 @@ <a NAME="Hg.vcsClearCommitMessages" ID="Hg.vcsClearCommitMessages"></a> <h4>Hg.vcsClearCommitMessages</h4> <b>vcsClearCommitMessages</b>(<i></i>) - <p> Public method to clear the list of saved messages. </p> + <a NAME="Hg.vcsCommandLine" ID="Hg.vcsCommandLine"></a> <h4>Hg.vcsCommandLine</h4> <b>vcsCommandLine</b>(<i>name</i>) - <p> Public method used to execute arbitrary mercurial commands. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2071,11 +2069,11 @@ <a NAME="Hg.vcsCommit" ID="Hg.vcsCommit"></a> <h4>Hg.vcsCommit</h4> <b>vcsCommit</b>(<i>name, message, noDialog=False, closeBranch=False, mq=False, merge=False</i>) - <p> Public method used to make the change of a file/directory permanent in the Mercurial repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -2106,10 +2104,10 @@ <a NAME="Hg.vcsCommitMessages" ID="Hg.vcsCommitMessages"></a> <h4>Hg.vcsCommitMessages</h4> <b>vcsCommitMessages</b>(<i></i>) - <p> Public method to get the list of saved commit messages. </p> + <dl> <dt>Return:</dt> <dd> @@ -2125,11 +2123,11 @@ <a NAME="Hg.vcsConvertProject" ID="Hg.vcsConvertProject"></a> <h4>Hg.vcsConvertProject</h4> <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) - <p> Public method to convert an uncontrolled project to a version controlled project. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -2148,7 +2146,6 @@ <a NAME="Hg.vcsDiff" ID="Hg.vcsDiff"></a> <h4>Hg.vcsDiff</h4> <b>vcsDiff</b>(<i>name</i>) - <p> Public method used to view the difference of a file/directory to the Mercurial repository. @@ -2159,6 +2156,7 @@ being edited and has unsaved modification, they can be saved or the operation may be aborted. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2169,10 +2167,10 @@ <a NAME="Hg.vcsExists" ID="Hg.vcsExists"></a> <h4>Hg.vcsExists</h4> <b>vcsExists</b>(<i></i>) - <p> Public method used to test for the presence of the hg executable. </p> + <dl> <dt>Return:</dt> <dd> @@ -2188,10 +2186,10 @@ <a NAME="Hg.vcsExport" ID="Hg.vcsExport"></a> <h4>Hg.vcsExport</h4> <b>vcsExport</b>(<i>vcsDataDict, projectDir</i>) - <p> Public method used to export a directory from the Mercurial repository. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -2218,13 +2216,13 @@ <a NAME="Hg.vcsForget" ID="Hg.vcsForget"></a> <h4>Hg.vcsForget</h4> <b>vcsForget</b>(<i>name</i>) - <p> Public method used to remove a file from the Mercurial repository. </p> <p> This will not remove the file from the project directory. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -2235,11 +2233,11 @@ <a NAME="Hg.vcsGetProjectBrowserHelper" ID="Hg.vcsGetProjectBrowserHelper"></a> <h4>Hg.vcsGetProjectBrowserHelper</h4> <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser=False</i>) - <p> Public method to instantiate a helper object for the different project browsers. </p> + <dl> <dt><i>browser</i> (ProjectBaseBrowser)</dt> @@ -2271,10 +2269,10 @@ <a NAME="Hg.vcsGetProjectHelper" ID="Hg.vcsGetProjectHelper"></a> <h4>Hg.vcsGetProjectHelper</h4> <b>vcsGetProjectHelper</b>(<i>project</i>) - <p> Public method to instantiate a helper object for the project. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -2297,10 +2295,10 @@ <a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> <h4>Hg.vcsImport</h4> <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) - <p> Public method used to import the project into the Mercurial repository. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -2336,7 +2334,6 @@ <a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a> <h4>Hg.vcsInit</h4> <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) - <p> Public method used to initialize the mercurial repository. </p> @@ -2345,6 +2342,7 @@ Mercurial controlled project. Therefore we always return TRUE without doing anything. </p> + <dl> <dt><i>vcsDir</i> (str)</dt> @@ -2371,13 +2369,13 @@ <a NAME="Hg.vcsInitConfig" ID="Hg.vcsInitConfig"></a> <h4>Hg.vcsInitConfig</h4> <b>vcsInitConfig</b>(<i>project</i>) - <p> Public method to initialize the VCS configuration. </p> <p> This method ensures, that an ignore file exists. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -2388,11 +2386,11 @@ <a NAME="Hg.vcsLogBrowser" ID="Hg.vcsLogBrowser"></a> <h4>Hg.vcsLogBrowser</h4> <b>vcsLogBrowser</b>(<i>name=None, isFile=False</i>) - <p> Public method used to browse the log of a file/directory from the Mercurial repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2407,10 +2405,10 @@ <a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a> <h4>Hg.vcsMerge</h4> <b>vcsMerge</b>(<i>name, rev=""</i>) - <p> Public method used to merge a URL/revision into the local project. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2425,10 +2423,10 @@ <a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a> <h4>Hg.vcsMove</h4> <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>) - <p> Public method used to move a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2463,10 +2461,10 @@ <a NAME="Hg.vcsName" ID="Hg.vcsName"></a> <h4>Hg.vcsName</h4> <b>vcsName</b>(<i></i>) - <p> Public method returning the name of the vcs. </p> + <dl> <dt>Return:</dt> <dd> @@ -2482,11 +2480,11 @@ <a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a> <h4>Hg.vcsNewProjectOptionsDialog</h4> <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) - <p> Public method to get a dialog to enter repository info for getting a new project. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -2509,10 +2507,10 @@ <a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a> <h4>Hg.vcsOptionsDialog</h4> <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) - <p> Public method to get a dialog to enter repository info. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -2547,10 +2545,10 @@ <a NAME="Hg.vcsRegisteredState" ID="Hg.vcsRegisteredState"></a> <h4>Hg.vcsRegisteredState</h4> <b>vcsRegisteredState</b>(<i>name</i>) - <p> Public method used to get the registered state of a file in the vcs. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2573,7 +2571,6 @@ <a NAME="Hg.vcsRemove" ID="Hg.vcsRemove"></a> <h4>Hg.vcsRemove</h4> <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) - <p> Public method used to remove a file/directory from the Mercurial repository. @@ -2581,6 +2578,7 @@ <p> The default operation is to remove the local copy as well. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -2611,10 +2609,10 @@ <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a> <h4>Hg.vcsRepositoryInfos</h4> <b>vcsRepositoryInfos</b>(<i>ppath</i>) - <p> Public method to retrieve information about the repository. </p> + <dl> <dt><i>ppath</i> (str)</dt> @@ -2637,10 +2635,10 @@ <a NAME="Hg.vcsResolved" ID="Hg.vcsResolved"></a> <h4>Hg.vcsResolved</h4> <b>vcsResolved</b>(<i>name, unresolve=False</i>) - <p> Public method used to resolve conflicts of a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2656,10 +2654,10 @@ <a NAME="Hg.vcsRevert" ID="Hg.vcsRevert"></a> <h4>Hg.vcsRevert</h4> <b>vcsRevert</b>(<i>name</i>) - <p> Public method used to revert changes made to a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2683,11 +2681,11 @@ <a NAME="Hg.vcsSbsDiff" ID="Hg.vcsSbsDiff"></a> <h4>Hg.vcsSbsDiff</h4> <b>vcsSbsDiff</b>(<i>name, extended=False, revisions=None</i>) - <p> Public method used to view the difference of a file to the Mercurial repository side-by-side. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2713,18 +2711,18 @@ <a NAME="Hg.vcsShutdown" ID="Hg.vcsShutdown"></a> <h4>Hg.vcsShutdown</h4> <b>vcsShutdown</b>(<i></i>) - <p> Public method used to shutdown the Mercurial interface. </p> + <a NAME="Hg.vcsStatus" ID="Hg.vcsStatus"></a> <h4>Hg.vcsStatus</h4> <b>vcsStatus</b>(<i>name</i>) - <p> Public method used to view the status of files/directories in the Mercurial repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -2735,10 +2733,10 @@ <a NAME="Hg.vcsSupportCommandOptions" ID="Hg.vcsSupportCommandOptions"></a> <h4>Hg.vcsSupportCommandOptions</h4> <b>vcsSupportCommandOptions</b>(<i></i>) - <p> Public method to signal the support of user settable command options. </p> + <dl> <dt>Return:</dt> <dd> @@ -2754,11 +2752,11 @@ <a NAME="Hg.vcsSwitch" ID="Hg.vcsSwitch"></a> <h4>Hg.vcsSwitch</h4> <b>vcsSwitch</b>(<i>name</i>) - <p> Public method used to switch a working directory to a different revision. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2781,10 +2779,10 @@ <a NAME="Hg.vcsTag" ID="Hg.vcsTag"></a> <h4>Hg.vcsTag</h4> <b>vcsTag</b>(<i>name=None, revision=None, tagName=None</i>) - <p> Public method used to set/remove a tag in the Mercurial repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2815,11 +2813,11 @@ <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> <h4>Hg.vcsUpdate</h4> <b>vcsUpdate</b>(<i>name=None, noDialog=False, revision=None</i>) - <p> Public method used to update a file/directory with the Mercurial repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -2849,4 +2847,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>