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

repomodel: remove redundant default value

keeps line from exceeding 80 chars

Changeset dcbf2bcf90b4

Parent 0b7c640bf44d

by Steve Borho

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

 
164
165
166
167
 
168
169
170
 
164
165
166
 
167
168
169
170
@@ -164,7 +164,7 @@
  self.wd_revs = [ctx.rev() for ctx in wdctxs]   self._user_colors = {}   self._branch_colors = {} - self.authorcolor = self.repo.ui.configbool('tortoisehg', 'authorcolor', False) + self.authorcolor = self.repo.ui.configbool('tortoisehg', 'authorcolor')   grapher = revision_grapher(self.repo, start_rev=None,   follow=False, branch=branch)   self.graph = Graph(self.repo, grapher, self.max_file_size)