Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

branch
5_5_x
changeset 3901
4ecd5b60d756
parent 3591
2f2a4a76dd22
diff -r 8c12501b6b48 -r 4ecd5b60d756 Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py	Fri Oct 31 12:45:26 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py	Sat Nov 01 19:26:28 2014 +0100
@@ -206,8 +206,8 @@
         @param revision revision string (string)
         @param changeset changeset string (string)
         @param author author of the change (string)
-        @param date date of the tag (string)
-        @param text name (path) of the tag (string)
+        @param date date of the change (string)
+        @param text text of the change (string)
         """
         itm = QTreeWidgetItem(
             self.annotateList,
@@ -283,7 +283,7 @@
     @pyqtSlot()
     def on_sendButton_clicked(self):
         """
-        Private slot to send the input to the subversion process.
+        Private slot to send the input to the hg process.
         """
         input = self.input.text()
         input += os.linesep

eric ide

mercurial