Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

Merge with stable

Changeset 437f4ae0d430

Parents 9614a791c947

Parents 3bfc45a5a226

by Steve Borho

Changes to one file · Browse files at 437f4ae0d430 Showing diff from parent 9614a791c947 3bfc45a5a226 Diff from another changeset...

 
473
474
475
476
 
477
478
479
 
473
474
475
 
476
477
478
479
@@ -473,7 +473,7 @@
  return 'R'   return ' '   - for f in mod_a | add_a | rem_a: + for f in sorted(mod_a | add_a | rem_a):   model.append([get_status(f, mod_a, add_a, rem_a), hglib.toutf(f)])     self.connect('response', self.response)