Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

changeset 734
dbdca9e6b46c
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
equal deleted inserted replaced
733:a7fdfe0b9222 734:dbdca9e6b46c
165 """ 165 """
166 self.annotateList.header().resizeSections(QHeaderView.ResizeToContents) 166 self.annotateList.header().resizeSections(QHeaderView.ResizeToContents)
167 167
168 def __generateItem(self, revision, changeset, author, date, text): 168 def __generateItem(self, revision, changeset, author, date, text):
169 """ 169 """
170 Private method to generate a tag item in the taglist. 170 Private method to generate an annotate item in the annotation list.
171 171
172 @param revision revision string (string) 172 @param revision revision string (string)
173 @param changeset changeset string (string) 173 @param changeset changeset string (string)
174 @param author author of the change (string) 174 @param author author of the change (string)
175 @param date date of the tag (string) 175 @param date date of the tag (string)

eric ide

mercurial