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

stable cmenu: fix comments

Changeset f6b5e2f45ff2

Parent ad0091266184

by Adrian Buehlmann

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

 
469
470
471
472
 
473
474
 
475
476
477
478
479
 
480
481
482
 
469
470
471
 
472
473
474
475
476
477
478
 
 
479
480
481
482
@@ -469,14 +469,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   }   }   }