##// END OF EJS Templates
fix test broken in merge from stable
Sune Foldager -
r14330:473d0aaf default
parent child Browse files
Show More
@@ -229,8 +229,8 b' binary file'
229 229 $ python -c "f = file('binary-local', 'w'); f.write('\x00'); f.close()"
230 230 $ cat orig >> binary-local
231 231 $ python simplemerge -p binary-local base other
232 abort: binary-local looks like a binary file.
233 [255]
232 warning: binary-local looks like a binary file.
233 [1]
234 234
235 235 binary file --text
236 236
General Comments 0
You need to be logged in to leave comments. Login now