Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

visdiff: drop read/only setting of temp files on some platforms

Changeset b38c3e6b4beb

Parent b85e65f3a070

by Steve Borho

Changes to one file · Browse files at b38c3e6b4beb Showing diff from parent b85e65f3a070 Diff from another changeset...

 
58
59
60
61
62
63
64
65
66
 
58
59
60
 
 
 
61
62
63
@@ -58,9 +58,6 @@
  f.close()   if ctx.rev() is None:   fns_and_mtime.append((dest, repo.wjoin(fn), os.path.getmtime(dest))) - elif os.name != 'nt': - # Make file read/only, to indicate it's static (archival) nature - os.chmod(dest, stat.S_IREAD)   return base, fns_and_mtime    def launchtool(cmd, opts, replace, block):