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 11e5097ee657

Parents c7a8cb987bf2

Parents f6b5e2f45ff2

by Steve Borho

Changes to one file · Browse files at 11e5097ee657 Showing diff from parent c7a8cb987bf2 f6b5e2f45ff2 Diff from another changeset...

 
467
468
469
470
 
471
472
 
473
474
475
476
477
 
478
479
480
 
467
468
469
 
470
471
472
473
474
475
476
 
 
477
478
479
480
@@ -467,14 +467,14 @@
    if ((uFlags & CMF_EXTENDEDVERBS) == 0)   { - /* shift key is not down */ + // shift key is not down   if (!isHgrepo)   { + // we are not inside a repo   std::string cval;   if (GetRegistryConfig("HideMenuOutsideRepo", cval) != 0 && cval == "1")   { - /* We are not inside a repo -> don't show thg menu entries */ - return S_OK; + return S_OK; // don't show thg cmenu entries   }   }   }