eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Dec 19 15:22:26 2020 +0100
@@ -960,7 +960,7 @@
         Private method to retrieve log entries from the repository.
         
         @param startRev revision number to start from (integer, string)
-        @keyparam noEntries number of entries to get (0 = default) (int)
+        @param noEntries number of entries to get (0 = default) (int)
         """
         self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
         self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True)
@@ -1055,10 +1055,10 @@
         Public slot to start the hg log command.
         
         @param fn filename to show the log for (string)
-        @keyparam bundle name of a bundle file (string)
-        @keyparam isFile flag indicating log for a file is to be shown
+        @param bundle name of a bundle file (string)
+        @param isFile flag indicating log for a file is to be shown
             (boolean)
-        @keyparam noEntries number of entries to get (0 = default) (int)
+        @param noEntries number of entries to get (0 = default) (int)
         """
         self.__bundle = bundle
         self.__isFile = isFile

eric ide

mercurial