##// END OF EJS Templates
Minor tweak to binary mode patch...
mpm@selenic.com -
r418:0446f698 default
parent child Browse files
Show More
@@ -569,7 +569,7 b' class localrepository:'
569 try:
569 try:
570 fp = self.wjoin(f)
570 fp = self.wjoin(f)
571 mf1[f] = is_exec(fp)
571 mf1[f] = is_exec(fp)
572 t = self.wopener(f).read()
572 t = self.wfile(f).read()
573 except IOError:
573 except IOError:
574 self.warn("trouble committing %s!\n" % f)
574 self.warn("trouble committing %s!\n" % f)
575 raise
575 raise
General Comments 0
You need to be logged in to leave comments. Login now