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

workbench: breaking a long line

Changeset a10d04fe67d7

Parent ac1d2b3417f1

by Adrian Buehlmann

Changes to one file · Browse files at a10d04fe67d7 Showing diff from parent ac1d2b3417f1 Diff from another changeset...

 
214
215
216
217
 
218
 
219
220
221
 
214
215
216
 
217
218
219
220
221
222
@@ -214,8 +214,9 @@
  self.actionShowPaths = a = QAction(_("Show Paths"), self)   a.setCheckable(True)   - self.actionShowRepoRegistry = a = QAction(_("Show Repository Registry"), self) + a = QAction(_("Show Repository Registry"), self)   a.setCheckable(True) + self.actionShowRepoRegistry = a     self.menubar = QMenuBar(self)   self.setMenuBar(self.menubar)