218 self.locked[locked], |
218 self.locked[locked], |
219 self.history[history], |
219 self.history[history], |
220 self.switched[switched], |
220 self.switched[switched], |
221 self.lockinfo[lockinfo], |
221 self.lockinfo[lockinfo], |
222 self.uptodate[uptodate], |
222 self.uptodate[uptodate], |
223 "%7s" % str(revision), |
223 "{0:7}".format(str(revision)), |
224 "%7s" % str(change), |
224 "{0:7}".format(str(change)), |
225 author, |
225 author, |
226 path, |
226 path, |
227 ]) |
227 ]) |
228 |
228 |
229 itm.setTextAlignment(0, Qt.AlignLeft) |
229 itm.setTextAlignment(0, Qt.AlignLeft) |