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

Merge with stable

Changeset f8db13c42758

Parents c82f1b25de67

Parents 117befc5cb56

by Steve Borho

Changes to one file · Browse files at f8db13c42758 Showing diff from parent c82f1b25de67 117befc5cb56 Diff from another changeset...

 
462
463
464
 
 
 
 
 
 
 
 
 
 
465
466
467
 
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
@@ -462,6 +462,16 @@
  }   }   + if ((uFlags & CMF_EXTENDEDVERBS) == 0) + { + /* shift key is not down */ + if (!isHgrepo) + { + /* We are not inside a repo -> don't show thg menu entries */ + return S_OK; + } + } +   TDEBUG_TRACE(   "CShellExtCMenu::QueryContextMenu: isHgrepo = "   << isHgrepo << ", fileMenu = " << fileMenu