eric6/Plugins/VcsPlugins/vcsGit/git.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/Plugins/VcsPlugins/vcsGit/git.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/git.py	Mon Feb 01 10:38:16 2021 +0100
@@ -498,7 +498,7 @@
         @param name file/directory name to be updated (string or list of
             strings)
         @param noDialog flag indicating quiet operations (boolean)
-        @keyparam revision revision to update to (string)
+        @param revision revision to update to (string)
         @return flag indicating, that the update contained an add
             or delete (boolean)
         """
@@ -737,7 +737,7 @@
         Git repository.
         
         @param name file/directory name to show the log of (string)
-        @keyparam isFile flag indicating log for a file is to be shown
+        @param isFile flag indicating log for a file is to be shown
             (boolean)
         """
         if self.logBrowser is None:
@@ -1528,7 +1528,7 @@
         repository.
         
         @param name file name to get from the repository (string)
-        @keyparam rev revision to retrieve (string)
+        @param rev revision to retrieve (string)
         @return contents of the file (string) and an error message (string)
         """
         # find the root of the repo
@@ -1577,8 +1577,8 @@
         repository side-by-side.
         
         @param name file name to be diffed (string)
-        @keyparam extended flag indicating the extended variant (boolean)
-        @keyparam revisions tuple of two revisions (tuple of strings)
+        @param extended flag indicating the extended variant (boolean)
+        @param revisions tuple of two revisions (tuple of strings)
         @exception ValueError raised to indicate an invalid name parameter
         """
         if isinstance(name, list):

eric ide

mercurial