Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repomodel: mark namedbranch_color as deprecated

Changeset 0b7c640bf44d

Parent 7703162dc42c

by Steve Borho

Changes to one file · Browse files at 0b7c640bf44d Showing diff from parent 7703162dc42c Diff from another changeset...

 
270
271
272
 
273
274
275
 
270
271
272
273
274
275
276
@@ -270,6 +270,7 @@
  return self._user_colors[user]     def namedbranch_color(self, branch): + 'deprecated, please replace with hgtk color scheme'   if branch not in self._branch_colors:   self._branch_colors[branch] = get_color(len(self._branch_colors))   return self._branch_colors[branch]