Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable fileview: do not display "(is unversioned)" for clean files

Changeset e4326e10facf

Parent 6b5634cc5403

by Steve Borho

Changes to one file · Browse files at e4326e10facf Showing diff from parent 6b5634cc5403 Diff from another changeset...

 
636
637
638
 
639
640
641
 
636
637
638
639
640
641
642
@@ -636,6 +636,7 @@
  self.error = 'binary file'   else:   self.contents = hglib.tounicode(data) + if status in ('I', '?'):   self.flabel += _(' <i>(is unversioned)</i>')   except EnvironmentError, e:   self.error = hglib.tounicode(str(e))