Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: give default value to promoted items

Without this, the commit option will not be promoted by default like it was in
previous releases.

Changeset 6731f4a8e3ca

Parent 459aef122277

by Steve Borho

Changes to one file · Browse files at 6731f4a8e3ca Showing diff from parent 459aef122277 Diff from another changeset...

 
272
273
274
275
 
276
277
278
 
272
273
274
 
275
276
277
278
@@ -272,7 +272,7 @@
  bool promoted[ sz ];   memset(&promoted, 0, sizeof(promoted));   - std::string cval; + std::string cval = "commit"; // default value if key not found   GetRegistryConfig("PromotedItems", cval);     size_t found;