--- 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