Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

cmenu: fix typo in tortoisehg.view conditional

Changeset 5aa19d677dae

Parent 517a26313bcd

by Steve Borho

Changes to one file · Browse files at 5aa19d677dae Showing diff from parent 517a26313bcd Diff from another changeset...

 
357
358
359
360
 
361
362
363
 
357
358
359
 
360
361
362
363
@@ -357,7 +357,7 @@
  if repo.ui.config('tortoisehg', 'view'):   result.append(TortoiseMenu(_("Revision Graph"),   _("View history with DAG graph"), - self._view, icon="menurevisiongraph.ico") + self._view, icon="menurevisiongraph.ico"))     result.append(TortoiseMenuSep())