eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py

changeset 7414
d02ed92ef3b2
parent 7396
c6399bce2c0b
child 7780
41420f82c0ac
equal deleted inserted replaced
7413:424f88fdee04 7414:d02ed92ef3b2
68 68
69 @return tuple naming the patch file, a flag indicating to not commit, 69 @return tuple naming the patch file, a flag indicating to not commit,
70 a commit message, a commit date, a commit user, a flag indicating 70 a commit message, a commit date, a commit user, a flag indicating
71 to commit with the secret phase, a strip count and a flag 71 to commit with the secret phase, a strip count and a flag
72 indicating to enforce the import 72 indicating to enforce the import
73 @type tuple of (str, bool, str, str, str, bool, int, bool) 73 @rtype tuple of (str, bool, str, str, str, bool, int, bool)
74 """ 74 """
75 if self.dateEdit.dateTime() != self.__initDateTime: 75 if self.dateEdit.dateTime() != self.__initDateTime:
76 date = self.dateEdit.dateTime().toString("yyyy-MM-dd hh:mm") 76 date = self.dateEdit.dateTime().toString("yyyy-MM-dd hh:mm")
77 else: 77 else:
78 date = "" 78 date = ""

eric ide

mercurial