##// END OF EJS Templates
tests: ensure platform independent revision hashes in test-notify.t...
Mads Kiilerich -
r15767:d85ecaf3 default
parent child Browse files
Show More
@@ -412,7 +412,7 b' long lines'
412 > test = False
412 > test = False
413 > mbox = mbox
413 > mbox = mbox
414 > EOF
414 > EOF
415 $ python -c 'print "no" * 500' >> a/a
415 $ python -c 'file("a/a", "ab").write("no" * 500 + "\n")'
416 $ hg --cwd a commit -A -m "long line"
416 $ hg --cwd a commit -A -m "long line"
417 $ hg --traceback --cwd b pull ../a
417 $ hg --traceback --cwd b pull ../a
418 pulling from ../a
418 pulling from ../a
General Comments 0
You need to be logged in to leave comments. Login now