eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Sat Dec 19 15:22:26 2020 +0100
@@ -72,11 +72,11 @@
         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)
-        @keyparam refreshable flag indicating a refreshable diff (boolean)
+        @param bundle name of a bundle file (string)
+        @param qdiff flag indicating qdiff command shall be used (boolean)
+        @param refreshable flag indicating a refreshable diff (boolean)
         """
         self.refreshButton.setVisible(refreshable)
         

eric ide

mercurial