Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.1, 2.1.2, and tip

stable repomodel: reorder colors in Changes column (refs #776)

Changeset e934dca90bb0

Parent 50c4edcc5ab1

by André Sintzoff

Changes to one file · Browse files at e934dca90bb0 Showing diff from parent 50c4edcc5ab1 Diff from another changeset...

 
645
646
647
 
 
648
649
650
651
652
653
654
 
645
646
647
648
649
650
651
 
 
652
653
654
@@ -645,10 +645,10 @@
  effects = qtlib.geteffect(style)   text = qtlib.applyeffects(' %s ' % len(files), effects)   changes.append(text) + if A: + addtotal(A, 'log.added')   if M:   addtotal(M, 'log.modified') - if A: - addtotal(A, 'log.added')   if R:   addtotal(R, 'log.removed')   return ''.join(changes)