Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

history: change 'checkout' to 'update' in context menu

closes #92. Contributed by wbruna

Changeset f238bdefa6e6

Parent 90c87b59964f

by Steve Borho

Changes to one file · Browse files at f238bdefa6e6 Showing diff from parent 90c87b59964f Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
314
315
316
317
 
318
319
320
 
314
315
316
 
317
318
319
320
@@ -314,7 +314,7 @@
  def tree_context_menu(self):   _menu = gtk.Menu()   _menu.append(create_menu('di_splay', self._show_status)) - _menu.append(create_menu('_checkout', self._checkout)) + _menu.append(create_menu('_update', self._checkout))   self._cmenu_merge = create_menu('_merge with', self._merge)   _menu.append(self._cmenu_merge)   _menu.append(create_menu('_export patch', self._export_patch))