##// END OF EJS Templates
pypy: fix overeager pattern matching on mpatchError...
Maciej Fijalkowski -
r28783:d9179856 default
parent child Browse files
Show More
@@ -12,4 +12,4 b' Test for CVE-2016-3630'
12 0 0 19 -1 2 99e0332bd498 000000000000 000000000000
12 0 0 19 -1 2 99e0332bd498 000000000000 000000000000
13 1 19 12 0 3 6674f57a23d8 99e0332bd498 000000000000
13 1 19 12 0 3 6674f57a23d8 99e0332bd498 000000000000
14 $ hg debugdata a.i 1 2>&1 | egrep 'Error:.*decoded'
14 $ hg debugdata a.i 1 2>&1 | egrep 'Error:.*decoded'
15 mercurial.mpatch.mpatchError: patch cannot be decoded
15 (mercurial.mpatch.)?mpatchError: patch cannot be decoded (re)
General Comments 0
You need to be logged in to leave comments. Login now