--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -82,13 +82,20 @@ </table> <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> <h4>HgExportDialog (Constructor)</h4> -<b>HgExportDialog</b>(<i>parent=None</i>) +<b>HgExportDialog</b>(<i>bookmarksList, bookmarkAvailable, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>bookmarksList</i> (list of str)</dt> +<dd> +list of defined bookmarks +</dd><dt><i>bookmarkAvailable</i> (bool)</dt> <dd> -reference to the parent widget (QWidget) +flag indicating the availability of the + "--bookmark" option +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget </dd> </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> <h4>HgExportDialog.__updateOK</h4> @@ -104,10 +111,15 @@ <dt>Returns:</dt> <dd> tuple naming the output file name, the list of revisions to - export, and flags indicating to compare against the second parent, - to treat all files as text, to omit dates in the diff headers and - to use the git extended diff format (string, list of strings, - boolean, boolean, boolean, boolean) + export, the name of a bookmarked branch and flags indicating to + compare against the second parent, to treat all files as text, + to omit dates in the diff headers and to use the git extended + diff format +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, list of str, str, bool, bool, bool, bool) </dd> </dl><a NAME="HgExportDialog.on_changesetsEdit_textChanged" ID="HgExportDialog.on_changesetsEdit_textChanged"></a> <h4>HgExportDialog.on_changesetsEdit_textChanged</h4>