Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: add 'Other Parent' entry to 'View' menu

Changeset a0679d980733

Parent 8e1b3901985d

by Adrian Buehlmann

Changes to one file · Browse files at a0679d980733 Showing diff from parent 8e1b3901985d Diff from another changeset...

 
158
159
160
 
 
 
 
161
162
163
 
209
210
211
 
 
 
212
213
214
 
158
159
160
161
162
163
164
165
166
167
 
213
214
215
216
217
218
219
220
221
@@ -158,6 +158,10 @@
  func=self.toggle_show_filterbar, check=self.show_filterbar),   ] + mq_item + [   dict(text='----'), + dict(text=_('Other Parent'), name='other-parent', + ascheck=True, check=False, sensitive=False, + func=self.parent_toggled), + dict(text='----'),   dict(text=_('Choose Details...'), func=self.details_clicked),   dict(text='----'),   dict(text=_('Refresh'), func=refresh, args=[False], @@ -209,6 +213,9 @@
  ])   ]   + def parent_toggled(self, item): + pass +   def synch_clicked(self, toolbutton, data):   def sync_closed(dialog):   self.cmd_set_sensitive('synchronize', True)