Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 1061
3e21869872e3
parent 1019
d8a9697f78d1
child 1086
b48ce064b224
equal deleted inserted replaced
1059:700df567f70b 1061:3e21869872e3
774 log["message"].append(value.strip()) 774 log["message"].append(value.strip())
775 else: 775 else:
776 if len(log) > 1: 776 if len(log) > 1:
777 self.__generateLogItem(log["author"], log["date"], 777 self.__generateLogItem(log["author"], log["date"],
778 log["message"], log["revision"], changedPaths, 778 log["message"], log["revision"], changedPaths,
779 log["parents"], log["branches"], log["tags"], 779 log["parents"], log["branches"], log["tags"],
780 log["bookmarks"]) 780 log["bookmarks"])
781 dt = QDate.fromString(log["date"], Qt.ISODate) 781 dt = QDate.fromString(log["date"], Qt.ISODate)
782 if not self.__maxDate.isValid() and \ 782 if not self.__maxDate.isValid() and \
783 not self.__minDate.isValid(): 783 not self.__minDate.isValid():
784 self.__maxDate = dt 784 self.__maxDate = dt

eric ide

mercurial