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