Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable cslist: always show branch name if it exists

Use 'rawbranch' item instead of 'branch' item.

Changeset e81962535220

Parent 1f549e69c2f2

by Yuki KODAMA

Changes to one file · Browse files at e81962535220 Showing diff from parent 1f549e69c2f2 Diff from another changeset...

 
163
164
165
166
 
 
 
167
168
169
 
163
164
165
 
166
167
168
169
170
171
@@ -163,7 +163,9 @@
  contents=('%(item_l)s:', ' %(branch)s',   ' %(tags)s', ' %(summary)s'))   self.pstyle = csinfo.panelstyle( - contents=('item',) + csinfo.PANEL_DEFAULT[1:]) + contents=('item', 'summary', 'user','dateage', + 'rawbranch', 'tags', 'transplant', + 'p4', 'svn'))     # prepare to show   gtklib.idle_add_single_call(self.after_init)