eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 7976
a8a20f558176
parent 7900
72b88fb20261
child 7986
2971d5d19951
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Wed Jan 13 19:07:20 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Wed Jan 13 19:08:16 2021 +0100
@@ -610,17 +610,13 @@
 </p>
 <a NAME="Hg.__getInOutBookmarks" ID="Hg.__getInOutBookmarks"></a>
 <h4>Hg.__getInOutBookmarks</h4>
-<b>__getInOutBookmarks</b>(<i>repodir, incoming</i>)
+<b>__getInOutBookmarks</b>(<i>incoming</i>)
 
 <p>
         Private method to get the list of incoming or outgoing bookmarks.
 </p>
 <dl>
 
-<dt><i>repodir</i></dt>
-<dd>
-directory name of the repository (string)
-</dd>
 <dt><i>incoming</i></dt>
 <dd>
 flag indicating to get incoming bookmarks (boolean)
@@ -634,7 +630,7 @@
 </dl>
 <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a>
 <h4>Hg.__getMostRecentCommitMessage</h4>
-<b>__getMostRecentCommitMessage</b>(<i>repodir</i>)
+<b>__getMostRecentCommitMessage</b>(<i></i>)
 
 <p>
         Private method to get the most recent commit message.
@@ -644,13 +640,6 @@
         working directory.
 </p>
 <dl>
-
-<dt><i>repodir</i> (str)</dt>
-<dd>
-path containing the repository
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 most recent commit message
@@ -689,17 +678,13 @@
 </dl>
 <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a>
 <h4>Hg.__hgGraftSubCommand</h4>
-<b>__hgGraftSubCommand</b>(<i>path, subcommand, title</i>)
+<b>__hgGraftSubCommand</b>(<i>subcommand, title</i>)
 
 <p>
         Private method to perform a Mercurial graft subcommand.
 </p>
 <dl>
 
-<dt><i>path</i> (str)</dt>
-<dd>
-directory name of the project
-</dd>
 <dt><i>subcommand</i> (str)</dt>
 <dd>
 subcommand flag
@@ -785,20 +770,13 @@
 </dl>
 <a NAME="Hg.canCommitMerge" ID="Hg.canCommitMerge"></a>
 <h4>Hg.canCommitMerge</h4>
-<b>canCommitMerge</b>(<i>name</i>)
+<b>canCommitMerge</b>(<i></i>)
 
 <p>
         Public method to check, if the working directory is an uncommitted
         merge.
 </p>
 <dl>
-
-<dt><i>name</i> (str)</dt>
-<dd>
-file/directory name
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating commit merge capability
@@ -931,19 +909,12 @@
 </dl>
 <a NAME="Hg.hgAbortMerge" ID="Hg.hgAbortMerge"></a>
 <h4>Hg.hgAbortMerge</h4>
-<b>hgAbortMerge</b>(<i>name</i>)
+<b>hgAbortMerge</b>(<i></i>)
 
 <p>
         Public method to abort an uncommitted merge.
 </p>
 <dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating, that the abortion contained an add
@@ -980,35 +951,24 @@
 </p>
 <a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a>
 <h4>Hg.hgBackout</h4>
-<b>hgBackout</b>(<i>name</i>)
+<b>hgBackout</b>(<i></i>)
 
 <p>
         Public method used to backout an earlier changeset from the Mercurial
         repository.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-directory name (string or list of strings)
-</dd>
-</dl>
 <a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a>
 <h4>Hg.hgBisect</h4>
-<b>hgBisect</b>(<i>name, subcommand</i>)
+<b>hgBisect</b>(<i>subcommand</i>)
 
 <p>
         Public method to perform bisect commands.
 </p>
 <dl>
 
-<dt><i>name</i></dt>
+<dt><i>subcommand</i> (str)</dt>
 <dd>
-file/directory name (string)
-</dd>
-<dt><i>subcommand</i></dt>
-<dd>
-name of the subcommand (string, one of 'good', 'bad',
+name of the subcommand (one of 'good', 'bad',
             'skip' or 'reset')
 </dd>
 </dl>
@@ -1021,17 +981,13 @@
 </dl>
 <a NAME="Hg.hgBookmarkDefine" ID="Hg.hgBookmarkDefine"></a>
 <h4>Hg.hgBookmarkDefine</h4>
-<b>hgBookmarkDefine</b>(<i>name, revision=None, bookmark=None</i>)
+<b>hgBookmarkDefine</b>(<i>revision=None, bookmark=None</i>)
 
 <p>
         Public method to define a bookmark.
 </p>
 <dl>
 
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
 <dt><i>revision</i></dt>
 <dd>
 revision to set bookmark for (string)
@@ -1043,17 +999,13 @@
 </dl>
 <a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a>
 <h4>Hg.hgBookmarkDelete</h4>
-<b>hgBookmarkDelete</b>(<i>name, bookmark=None</i>)
+<b>hgBookmarkDelete</b>(<i>bookmark=None</i>)
 
 <p>
         Public method to delete a bookmark.
 </p>
 <dl>
 
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
 <dt><i>bookmark</i></dt>
 <dd>
 name of the bookmark (string)
@@ -1061,31 +1013,20 @@
 </dl>
 <a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a>
 <h4>Hg.hgBookmarkIncoming</h4>
-<b>hgBookmarkIncoming</b>(<i>name</i>)
+<b>hgBookmarkIncoming</b>(<i></i>)
 
 <p>
         Public method to show a list of incoming bookmarks.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgBookmarkMove" ID="Hg.hgBookmarkMove"></a>
 <h4>Hg.hgBookmarkMove</h4>
-<b>hgBookmarkMove</b>(<i>name, revision=None, bookmark=None</i>)
+<b>hgBookmarkMove</b>(<i>revision=None, bookmark=None</i>)
 
 <p>
         Public method to move a bookmark.
 </p>
 <dl>
 
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
 <dt><i>revision</i></dt>
 <dd>
 revision to set bookmark for (string)
@@ -1097,31 +1038,20 @@
 </dl>
 <a NAME="Hg.hgBookmarkOutgoing" ID="Hg.hgBookmarkOutgoing"></a>
 <h4>Hg.hgBookmarkOutgoing</h4>
-<b>hgBookmarkOutgoing</b>(<i>name</i>)
+<b>hgBookmarkOutgoing</b>(<i></i>)
 
 <p>
         Public method to show a list of outgoing bookmarks.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a>
 <h4>Hg.hgBookmarkPull</h4>
-<b>hgBookmarkPull</b>(<i>name, current=False, bookmark=None</i>)
+<b>hgBookmarkPull</b>(<i>current=False, bookmark=None</i>)
 
 <p>
         Public method to pull a bookmark from a remote repository.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-file/directory name
-</dd>
 <dt><i>current</i> (bool)</dt>
 <dd>
 flag indicating to pull the current bookmark
@@ -1133,17 +1063,13 @@
 </dl>
 <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a>
 <h4>Hg.hgBookmarkPush</h4>
-<b>hgBookmarkPush</b>(<i>name, current=False, bookmark=None</i>)
+<b>hgBookmarkPush</b>(<i>current=False, bookmark=None</i>)
 
 <p>
         Public method to push a bookmark to a remote repository.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-file/directory name
-</dd>
 <dt><i>current</i> (bool)</dt>
 <dd>
 flag indicating to push the current bookmark
@@ -1155,17 +1081,13 @@
 </dl>
 <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a>
 <h4>Hg.hgBookmarkRename</h4>
-<b>hgBookmarkRename</b>(<i>name, renameInfo=None</i>)
+<b>hgBookmarkRename</b>(<i>renameInfo=None</i>)
 
 <p>
         Public method to rename a bookmark.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-file/directory name
-</dd>
 <dt><i>renameInfo</i> (tuple of str and str)</dt>
 <dd>
 old and new names of the bookmark
@@ -1173,31 +1095,20 @@
 </dl>
 <a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a>
 <h4>Hg.hgBranch</h4>
-<b>hgBranch</b>(<i>name</i>)
+<b>hgBranch</b>(<i></i>)
 
 <p>
         Public method used to create a branch in the Mercurial repository.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name to be branched (string)
-</dd>
-</dl>
 <a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a>
 <h4>Hg.hgBundle</h4>
-<b>hgBundle</b>(<i>name, bundleData=None</i>)
+<b>hgBundle</b>(<i>bundleData=None</i>)
 
 <p>
         Public method to create a changegroup file.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-file/directory name
-</dd>
 <dt><i>bundleData</i> (dict)</dt>
 <dd>
 dictionary containing the bundle creation information
@@ -1205,18 +1116,11 @@
 </dl>
 <a NAME="Hg.hgConflicts" ID="Hg.hgConflicts"></a>
 <h4>Hg.hgConflicts</h4>
-<b>hgConflicts</b>(<i>name</i>)
+<b>hgConflicts</b>(<i></i>)
 
 <p>
         Public method used to show a list of files containing conflicts.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name to be resolved (string)
-</dd>
-</dl>
 <a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a>
 <h4>Hg.hgCopy</h4>
 <b>hgCopy</b>(<i>name, project</i>)
@@ -1274,26 +1178,26 @@
 </p>
 <a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a>
 <h4>Hg.hgEditConfig</h4>
-<b>hgEditConfig</b>(<i>name, withLargefiles=True, largefilesData=None</i>)
+<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>name</i></dt>
+<dt><i>repoName</i> (str)</dt>
 <dd>
-file/directory name (string)
+directory name containing the repository
 </dd>
-<dt><i>withLargefiles</i></dt>
+<dt><i>withLargefiles</i> (bool)</dt>
 <dd>
 flag indicating to configure the largefiles
-            section (boolean)
+            section
 </dd>
-<dt><i>largefilesData</i></dt>
+<dt><i>largefilesData</i> (dict)</dt>
 <dd>
 dictionary with data for the largefiles
-            section of the data dialog (dict)
+            section of the data dialog
 </dd>
 </dl>
 <a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a>
@@ -1305,18 +1209,11 @@
 </p>
 <a NAME="Hg.hgExport" ID="Hg.hgExport"></a>
 <h4>Hg.hgExport</h4>
-<b>hgExport</b>(<i>name</i>)
+<b>hgExport</b>(<i></i>)
 
 <p>
         Public method to export patches to files.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-directory name of the project to export from (string)
-</dd>
-</dl>
 <a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
 <h4>Hg.hgExtendedDiff</h4>
 <b>hgExtendedDiff</b>(<i>name</i>)
@@ -1361,19 +1258,12 @@
 </dl>
 <a NAME="Hg.hgGetBookmarksList" ID="Hg.hgGetBookmarksList"></a>
 <h4>Hg.hgGetBookmarksList</h4>
-<b>hgGetBookmarksList</b>(<i>repodir</i>)
+<b>hgGetBookmarksList</b>(<i></i>)
 
 <p>
         Public method to get the list of bookmarks.
 </p>
 <dl>
-
-<dt><i>repodir</i></dt>
-<dd>
-directory name of the repository (string)
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 list of bookmarks (list of string)
@@ -1381,19 +1271,12 @@
 </dl>
 <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a>
 <h4>Hg.hgGetBranchesList</h4>
-<b>hgGetBranchesList</b>(<i>repodir</i>)
+<b>hgGetBranchesList</b>(<i></i>)
 
 <p>
         Public method to get the list of branches.
 </p>
 <dl>
-
-<dt><i>repodir</i></dt>
-<dd>
-directory name of the repository (string)
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 list of branches (list of string)
@@ -1401,19 +1284,12 @@
 </dl>
 <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a>
 <h4>Hg.hgGetCurrentBranch</h4>
-<b>hgGetCurrentBranch</b>(<i>repodir</i>)
+<b>hgGetCurrentBranch</b>(<i></i>)
 
 <p>
         Public method to get the current branch of the working directory.
 </p>
 <dl>
-
-<dt><i>repodir</i> (str)</dt>
-<dd>
-directory name of the repository
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 name of the current branch
@@ -1427,17 +1303,13 @@
 </dl>
 <a NAME="Hg.hgGetTagsList" ID="Hg.hgGetTagsList"></a>
 <h4>Hg.hgGetTagsList</h4>
-<b>hgGetTagsList</b>(<i>repodir, withType=False</i>)
+<b>hgGetTagsList</b>(<i>withType=False</i>)
 
 <p>
         Public method to get the list of tags.
 </p>
 <dl>
 
-<dt><i>repodir</i></dt>
-<dd>
-directory name of the repository (string)
-</dd>
 <dt><i>withType</i></dt>
 <dd>
 flag indicating to get the tag type as well (boolean)
@@ -1453,17 +1325,13 @@
 </dl>
 <a NAME="Hg.hgGraft" ID="Hg.hgGraft"></a>
 <h4>Hg.hgGraft</h4>
-<b>hgGraft</b>(<i>path, revs=None</i>)
+<b>hgGraft</b>(<i>revs=None</i>)
 
 <p>
         Public method to copy changesets from another branch.
 </p>
 <dl>
 
-<dt><i>path</i></dt>
-<dd>
-directory name of the project (string)
-</dd>
 <dt><i>revs</i></dt>
 <dd>
 list of revisions to show in the revisions pane (list of
@@ -1557,33 +1425,19 @@
 </dl>
 <a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a>
 <h4>Hg.hgIdentify</h4>
-<b>hgIdentify</b>(<i>name</i>)
+<b>hgIdentify</b>(<i></i>)
 
 <p>
         Public method to identify the current working directory.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgImport" ID="Hg.hgImport"></a>
 <h4>Hg.hgImport</h4>
-<b>hgImport</b>(<i>name</i>)
+<b>hgImport</b>(<i></i>)
 
 <p>
         Public method to import a patch file.
 </p>
 <dl>
-
-<dt><i>name</i></dt>
-<dd>
-directory name of the project to import into (string)
-</dd>
-</dl>
-<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating, that the import contained an add, a delete
@@ -1592,32 +1446,21 @@
 </dl>
 <a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a>
 <h4>Hg.hgIncoming</h4>
-<b>hgIncoming</b>(<i>name</i>)
+<b>hgIncoming</b>(<i></i>)
 
 <p>
         Public method used to view the log of incoming changes from the
         Mercurial repository.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name to show the log of (string)
-</dd>
-</dl>
 <a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a>
 <h4>Hg.hgInfo</h4>
-<b>hgInfo</b>(<i>ppath, mode="heads"</i>)
+<b>hgInfo</b>(<i>mode="heads"</i>)
 
 <p>
         Public method to show information about the heads of the repository.
 </p>
 <dl>
 
-<dt><i>ppath</i></dt>
-<dd>
-local path to get the repository infos (string)
-</dd>
 <dt><i>mode</i></dt>
 <dd>
 mode of the operation (string, one of heads, parents,
@@ -1626,31 +1469,20 @@
 </dl>
 <a NAME="Hg.hgListBookmarks" ID="Hg.hgListBookmarks"></a>
 <h4>Hg.hgListBookmarks</h4>
-<b>hgListBookmarks</b>(<i>path</i>)
+<b>hgListBookmarks</b>(<i></i>)
 
 <p>
         Public method used to list the available bookmarks.
 </p>
-<dl>
-
-<dt><i>path</i></dt>
-<dd>
-directory name of the project (string)
-</dd>
-</dl>
 <a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a>
 <h4>Hg.hgListTagBranch</h4>
-<b>hgListTagBranch</b>(<i>path, tags=True</i>)
+<b>hgListTagBranch</b>(<i>tags=True</i>)
 
 <p>
         Public method used to list the available tags or branches.
 </p>
 <dl>
 
-<dt><i>path</i></dt>
-<dd>
-directory name of the project (string)
-</dd>
 <dt><i>tags</i></dt>
 <dd>
 flag indicating listing of branches or tags
@@ -1679,32 +1511,21 @@
 </dl>
 <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a>
 <h4>Hg.hgOutgoing</h4>
-<b>hgOutgoing</b>(<i>name</i>)
+<b>hgOutgoing</b>(<i></i>)
 
 <p>
         Public method used to view the log of outgoing changes from the
         Mercurial repository.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name to show the log of (string)
-</dd>
-</dl>
 <a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a>
 <h4>Hg.hgPhase</h4>
-<b>hgPhase</b>(<i>name, data=None</i>)
+<b>hgPhase</b>(<i>data=None</i>)
 
 <p>
         Public method to change the phase of revisions.
 </p>
 <dl>
 
-<dt><i>name</i></dt>
-<dd>
-directory name of the project to export from (string)
-</dd>
 <dt><i>data</i></dt>
 <dd>
 tuple giving phase data (list of revisions, phase, flag
@@ -1726,32 +1547,21 @@
 </dl>
 <a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a>
 <h4>Hg.hgPreviewBundle</h4>
-<b>hgPreviewBundle</b>(<i>name</i>)
+<b>hgPreviewBundle</b>(<i></i>)
 
 <p>
         Public method used to view the log of incoming changes from a
         changegroup file.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-directory name on which to base the changegroup (string)
-</dd>
-</dl>
 <a NAME="Hg.hgPull" ID="Hg.hgPull"></a>
 <h4>Hg.hgPull</h4>
-<b>hgPull</b>(<i>name, revisions=None</i>)
+<b>hgPull</b>(<i>revisions=None</i>)
 
 <p>
         Public method used to pull changes from a remote Mercurial repository.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-directory name of the project to be pulled to
-</dd>
 <dt><i>revisions</i> (list of str)</dt>
 <dd>
 list of revisions to be pulled
@@ -1772,17 +1582,13 @@
 </dl>
 <a NAME="Hg.hgPush" ID="Hg.hgPush"></a>
 <h4>Hg.hgPush</h4>
-<b>hgPush</b>(<i>name, force=False, newBranch=False, rev=None</i>)
+<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>name</i></dt>
-<dd>
-directory name of the project to be pushed from (string)
-</dd>
 <dt><i>force</i></dt>
 <dd>
 flag indicating a forced push (boolean)
@@ -1812,18 +1618,11 @@
 </dl>
 <a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a>
 <h4>Hg.hgRecover</h4>
-<b>hgRecover</b>(<i>name</i>)
+<b>hgRecover</b>(<i></i>)
 
 <p>
         Public method to recover an interrupted transaction.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgRemoveSubrepositories" ID="Hg.hgRemoveSubrepositories"></a>
 <h4>Hg.hgRemoveSubrepositories</h4>
 <b>hgRemoveSubrepositories</b>(<i></i>)
@@ -1873,18 +1672,11 @@
 </dl>
 <a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a>
 <h4>Hg.hgRollback</h4>
-<b>hgRollback</b>(<i>name</i>)
+<b>hgRollback</b>(<i></i>)
 
 <p>
         Public method used to rollback the last transaction.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-directory name (string or list of strings)
-</dd>
-</dl>
 <a NAME="Hg.hgSbsDiff" ID="Hg.hgSbsDiff"></a>
 <h4>Hg.hgSbsDiff</h4>
 <b>hgSbsDiff</b>(<i>name, extended=False, revisions=None</i>)
@@ -1931,46 +1723,25 @@
 </dl>
 <a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a>
 <h4>Hg.hgShowBranch</h4>
-<b>hgShowBranch</b>(<i>name</i>)
+<b>hgShowBranch</b>(<i></i>)
 
 <p>
         Public method used to show the current branch of the working directory.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a>
 <h4>Hg.hgShowConfig</h4>
-<b>hgShowConfig</b>(<i>name</i>)
+<b>hgShowConfig</b>(<i></i>)
 
 <p>
         Public method to show the combined configuration.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a>
 <h4>Hg.hgShowPaths</h4>
-<b>hgShowPaths</b>(<i>name</i>)
+<b>hgShowPaths</b>(<i></i>)
 
 <p>
         Public method to show the path aliases for remote repositories.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a>
 <h4>Hg.hgSummary</h4>
 <b>hgSummary</b>(<i>mq=False, largefiles=False</i>)
@@ -1993,17 +1764,13 @@
 </dl>
 <a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a>
 <h4>Hg.hgUnbundle</h4>
-<b>hgUnbundle</b>(<i>name, files=None</i>)
+<b>hgUnbundle</b>(<i>files=None</i>)
 
 <p>
         Public method to apply changegroup files.
 </p>
 <dl>
 
-<dt><i>name</i> (str)</dt>
-<dd>
-directory name
-</dd>
 <dt><i>files</i> (list of str)</dt>
 <dd>
 list of bundle files to be applied
@@ -2024,18 +1791,11 @@
 </dl>
 <a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
 <h4>Hg.hgVerify</h4>
-<b>hgVerify</b>(<i>name</i>)
+<b>hgVerify</b>(<i></i>)
 
 <p>
         Public method to verify the integrity of the repository.
 </p>
-<dl>
-
-<dt><i>name</i></dt>
-<dd>
-file/directory name (string)
-</dd>
-</dl>
 <a NAME="Hg.initCommand" ID="Hg.initCommand"></a>
 <h4>Hg.initCommand</h4>
 <b>initCommand</b>(<i>command</i>)
@@ -2487,7 +2247,7 @@
 </dl>
 <a NAME="Hg.vcsLogBrowser" ID="Hg.vcsLogBrowser"></a>
 <h4>Hg.vcsLogBrowser</h4>
-<b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
+<b>vcsLogBrowser</b>(<i>name=None, isFile=False</i>)
 
 <p>
         Public method used to browse the log of a file/directory from the
@@ -2758,7 +2518,7 @@
 </dl>
 <a NAME="Hg.vcsTag" ID="Hg.vcsTag"></a>
 <h4>Hg.vcsTag</h4>
-<b>vcsTag</b>(<i>name, revision=None, tagName=None</i>)
+<b>vcsTag</b>(<i>name=None, revision=None, tagName=None</i>)
 
 <p>
         Public method used to set/remove a tag in the Mercurial repository.
@@ -2787,7 +2547,7 @@
 </dl>
 <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a>
 <h4>Hg.vcsUpdate</h4>
-<b>vcsUpdate</b>(<i>name, noDialog=False, revision=None</i>)
+<b>vcsUpdate</b>(<i>name=None, noDialog=False, revision=None</i>)
 
 <p>
         Public method used to update a file/directory with the Mercurial
@@ -2797,8 +2557,7 @@
 
 <dt><i>name</i></dt>
 <dd>
-file/directory name to be updated (string or list of
-            strings)
+file/directory name to be updated (not used)
 </dd>
 <dt><i>noDialog</i></dt>
 <dd>

eric ide

mercurial