Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

menuthg: finally remove hgk support from context menu

Changeset 1f97d265692d

Parent e663a38a4d39

by Steve Borho

Changes to one file · Browse files at 1f97d265692d Showing diff from parent e663a38a4d39 Diff from another changeset...

 
233
234
235
236
237
238
239
240
241
242
243
 
233
234
235
 
 
 
 
 
236
237
238
@@ -233,11 +233,6 @@
  _("Search revisions of files for a text pattern"),   self.handlers._grep, icon="menurepobrowse.ico"))   - if repo.ui.config('tortoisehg', 'view'): - menu.append(TortoiseMenu(_("Revision Graph"), - _("View history with DAG graph"), - self.handlers._view, icon="menurevisiongraph.ico")) -   menu.append(TortoiseMenuSep())     menu.append(TortoiseMenu(_("Synchronize..."),