eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py

changeset 7414
d02ed92ef3b2
parent 7396
c6399bce2c0b
child 7780
41420f82c0ac
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")

eric ide

mercurial