##// END OF EJS Templates
Fix typo in merging new files...
mpm@selenic.com -
r428:183c87d4 default
parent child Browse files
Show More
@@ -1052,7 +1052,7 b' class localrepository:'
1052 s = 0
1052 s = 0
1053
1053
1054 # is the wfile new since m1, and match m2?
1054 # is the wfile new since m1, and match m2?
1055 if n not in m1:
1055 if f not in m1:
1056 t1 = self.wfile(f).read()
1056 t1 = self.wfile(f).read()
1057 t2 = self.file(f).revision(m2[f])
1057 t2 = self.file(f).revision(m2[f])
1058 if cmp(t1, t2) == 0:
1058 if cmp(t1, t2) == 0:
General Comments 0
You need to be logged in to leave comments. Login now