Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

changeset 425
ca5e65413fc5
parent 175
c55cab724965
child 458
1695e7a2db54
equal deleted inserted replaced
424:d0915392cbd7 425:ca5e65413fc5
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)

eric ide

mercurial