Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 2444
0fdd7f9ebd0b
parent 2405
d4b5f3bd4720
child 2525
8b507a9a2d40
child 2543
eb9472947653
equal deleted inserted replaced
2442:1dcfd570fa12 2444:0fdd7f9ebd0b
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:

eric ide

mercurial