eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
diff -r 866adc8c315b -r 0acf98cd089a eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py	Mon Feb 01 10:38:16 2021 +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