comparison tests/test-fileset.t @ 26233:d3dbb65c8dc6

fileset: handle error of string unescaping
author Yuya Nishihara <yuya@tcha.org>
date Thu, 10 Sep 2015 23:32:36 +0900
parents 23c4589fc678
children ef1eb6df7071
comparison
equal deleted inserted replaced
26232:43f9976346e9 26233:d3dbb65c8dc6
47 b1 47 b1
48 b2 48 b2
49 $ fileset 'a* - a1' 49 $ fileset 'a* - a1'
50 a2 50 a2
51 $ fileset 'a_b' 51 $ fileset 'a_b'
52 $ fileset '"\xy"'
53 hg: parse error: invalid \x escape
54 [255]
52 55
53 Test files status 56 Test files status
54 57
55 $ rm a1 58 $ rm a1
56 $ hg rm a2 59 $ hg rm a2