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

cmenu: remove bad cut-paste code

Changeset 0085fdc24895

Parent 0081010e2822

by Steve Borho

Changes to one file · Browse files at 0085fdc24895 Showing diff from parent 0081010e2822 Diff from another changeset...

 
233
234
235
236
237
 
238
239
240
 
233
234
235
 
 
236
237
238
239
@@ -233,8 +233,7 @@
  memset(&promoted, 0, sizeof(promoted));     std::string cval; - if (GetRegistryConfig("PromotedItems", cval) != 0 && cval == "0") - return S_FALSE; + GetRegistryConfig("PromotedItems", cval);     size_t found;   do