diff -r 424f88fdee04 -r d02ed92ef3b2 eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py --- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py Sat Feb 15 12:04:41 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py Sat Feb 15 12:05:00 2020 +0100 @@ -70,7 +70,7 @@ a commit message, a commit date, a commit user, a flag indicating to commit with the secret phase, a strip count and a flag indicating to enforce the import - @type tuple of (str, bool, str, str, str, bool, int, bool) + @rtype tuple of (str, bool, str, str, str, bool, int, bool) """ if self.dateEdit.dateTime() != self.__initDateTime: date = self.dateEdit.dateTime().toString("yyyy-MM-dd hh:mm")