--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog.html Sun May 12 15:31:23 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog.html Tue May 14 19:52:39 2019 +0200 @@ -70,13 +70,16 @@ </table> <a NAME="HgShelveDataDialog.__init__" ID="HgShelveDataDialog.__init__"></a> <h4>HgShelveDataDialog (Constructor)</h4> -<b>HgShelveDataDialog</b>(<i>parent=None</i>) +<b>HgShelveDataDialog</b>(<i>version, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>version</i> (tuple of three int)</dt> <dd> -reference to the parent widget (QWidget) +Mercurial version +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget </dd> </dl><a NAME="HgShelveDataDialog.getData" ID="HgShelveDataDialog.getData"></a> <h4>HgShelveDataDialog.getData</h4> @@ -86,9 +89,14 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple containing the name (string), date (QDateTime), - message (string) and a flag indicating to add/remove - new/missing files (boolean) +tuple containing the name, date, message, a flag indicating + to add/remove new/missing files and a flag indicating to keep the + shelved changes in the working directory +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, QDateTime, str, bool, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div>