Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable filedata: note when binary files have been added (fixes #849)

Changeset 89f3d717e0f1

Parent feaa42186d07

by Steve Borho

Changes to one file · Browse files at 89f3d717e0f1 Showing diff from parent feaa42186d07 Diff from another changeset...

 
325
326
327
 
 
328
329
330
 
325
326
327
328
329
330
331
332
@@ -325,6 +325,8 @@
  if status in ('M', 'A'):   res = self.checkMaxDiff(ctx, wfile, maxdiff)   if res is None: + if status == 'A': + self.flabel += _(' <i>(was added)</i>')   return   fctx, newdata = res   self.contents = newdata