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

repowidget: white-space tweaks

Changeset 9a2a2a1422cc

Parent da4d1474b890

by Steve Borho

Changes to one file · Browse files at 9a2a2a1422cc Showing diff from parent da4d1474b890 Diff from another changeset...

 
717
718
719
720
 
721
722
723
 
 
724
725
726
 
717
718
719
 
720
721
722
 
723
724
725
726
727
@@ -717,10 +717,11 @@
  menu.exec_(point)   return   - allactions = [[None, ['update', 'manifest', 'merge', 'tag', + allactions = [[None, ['update', 'manifest', 'merge', 'tag',   'backout', 'email', 'archive', 'copyhash']],   ['rebase', ['rebase']], - ['mq', ['qgoto', 'qpop-all', 'qimport', 'qfinish', 'qdelete', 'strip']], + ['mq', ['qgoto', 'qpop-all', 'qimport', 'qfinish', + 'qdelete', 'strip']],   ['reviewboard', ['postreview']]]     exs = self.repo.extensions()