518 @param changedPaths list of dictionary objects containing |
518 @param changedPaths list of dictionary objects containing |
519 info about the changed files/directories |
519 info about the changed files/directories |
520 @param parents list of parent revisions (list of integers) |
520 @param parents list of parent revisions (list of integers) |
521 @param branches list of branches (list of strings) |
521 @param branches list of branches (list of strings) |
522 @param tags list of tags (string) |
522 @param tags list of tags (string) |
|
523 @param phase phase of the entry (string) |
523 @param bookmarks list of bookmarks (string) |
524 @param bookmarks list of bookmarks (string) |
524 @return reference to the generated item (QTreeWidgetItem) |
525 @return reference to the generated item (QTreeWidgetItem) |
525 """ |
526 """ |
526 msg = [] |
527 msg = [] |
527 for line in message: |
528 for line in message: |