Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek filedata: properly handle the case where a bfile is deleted

Changeset 59d8bd19b8fc

Parent 39e11c940966

by David Golub

Changes to one file · Browse files at 59d8bd19b8fc Showing diff from parent 39e11c940966 Diff from another changeset...

 
301
302
303
 
 
 
304
305
306
 
301
302
303
304
305
306
307
308
309
@@ -301,6 +301,9 @@
  else:   self.contents = olddata   self.flabel += _(' <i>(was deleted)</i>') + elif '.kbf/' + wfile in ctx.p1(): + self.error = 'binary file' + self.flabel += _(' <i>(was deleted)</i>')   else:   self.flabel += _(' <i>(was added, now missing)</i>')   return