Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.2, 0.9.3, and 1.0

stable shellext: add debug out in CShellExtCMenu::QueryContextMenu

Changeset b0f4e3208d88

Parent 150c1ecb3d0f

by Adrian Buehlmann

Changes to one file · Browse files at b0f4e3208d88 Showing diff from parent 150c1ecb3d0f Diff from another changeset...

 
422
423
424
 
 
 
 
 
425
426
427
 
422
423
424
425
426
427
428
429
430
431
432
@@ -422,6 +422,11 @@
  }   }   + TDEBUG_TRACE( + "CShellExtCMenu::QueryContextMenu: isHgrepo = " + << isHgrepo << ", fileMenu = " << fileMenu + ); +   /* We have three menu types: files-selected, no-files-selected, no-repo */   menuDescListEntries *entries;   if (isHgrepo)