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

stable manifestdialog: remove trailing white-space

Changeset 6264a22a1fde

Parent 4da478933fb3

by Steve Borho

Changes to one file · Browse files at 6264a22a1fde Showing diff from parent 4da478933fb3 Diff from another changeset...

 
214
215
216
217
 
218
219
220
 
485
486
487
488
 
489
490
491
 
495
496
497
498
 
499
500
501
 
214
215
216
 
217
218
219
220
 
485
486
487
 
488
489
490
491
 
495
496
497
 
498
499
500
501
@@ -214,7 +214,7 @@
  _('Open the selected subrepository in a file browser'),   self.explore),   ('terminal', _('Open terminal in subrepository'), - 'utilities-terminal', 'Alt+Ctrl+T', + 'utilities-terminal', 'Alt+Ctrl+T',   _('Open a shell terminal in the selected subrepository root'),   self.terminal),   ]: @@ -485,7 +485,7 @@
  def setPath(self, path):   """Change path to show"""   self._treeview.setCurrentIndex(self._treemodel.indexFromPath(path)) - +   def displayFile(self):   ctx, path = self._treemodel.fileSubrepoCtxFromPath(self.path)   if ctx is None: @@ -495,7 +495,7 @@
  ctx._repo.maxdiff = self._repo.maxdiff   self._fileview.setContext(ctx)   self._fileview.displayFile(path, self.status) - +   @pyqtSlot()   def _updatecontent(self):   self.displayFile()