diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py --- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py Sat Dec 19 15:22:26 2020 +0100 @@ -59,10 +59,10 @@ Public slot to start the hg diff command. @param fn filename to be diffed (string) - @keyparam versions list of versions to be diffed (list of up to + @param versions list of versions to be diffed (list of up to 2 strings or None) - @keyparam bundle name of a bundle file (string) - @keyparam qdiff flag indicating qdiff command shall be used (boolean) + @param bundle name of a bundle file (string) + @param qdiff flag indicating qdiff command shall be used (boolean) @return flag indicating a successful start of the diff command (boolean) """