--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html Mon Feb 01 10:38:16 2021 +0100 @@ -148,7 +148,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted file name (string) </dd> @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version argument (string) </dd> @@ -207,7 +207,7 @@ Public method to return the result data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of lists of string containing lines of the diff, the list of errors and a list of tuples of filenames and the line @@ -227,22 +227,22 @@ <dd> filename to be diffed (string) </dd> -<dt><i>versions=</i></dt> +<dt><i>versions</i></dt> <dd> list of versions to be diffed (list of up to 2 strings or None) </dd> -<dt><i>bundle=</i></dt> +<dt><i>bundle</i></dt> <dd> name of a bundle file (string) </dd> -<dt><i>qdiff=</i></dt> +<dt><i>qdiff</i></dt> <dd> flag indicating qdiff command shall be used (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the diff command (boolean)