comparison tests/test-eolfilename.t @ 38262:7c3a59e2971b

debugwalk: show matcher output only if -v/--verbose And drop "egrep -v". This matches the behavior of "hg debugrevspec".
author Yuya Nishihara <yuya@tcha.org>
date Sun, 10 Jun 2018 11:53:56 +0900
parents 20c9f3ecc192
children dbf31732ef64
comparison
equal deleted inserted replaced
38261:f3033692ccef 38262:7c3a59e2971b
30 adding hell 30 adding hell
31 o 31 o
32 abort: '\n' and '\r' disallowed in filenames: 'hell\no' 32 abort: '\n' and '\r' disallowed in filenames: 'hell\no'
33 [255] 33 [255]
34 $ echo foo > "$A" 34 $ echo foo > "$A"
35 $ hg debugwalk 35 $ hg debugwalk -v
36 matcher: <alwaysmatcher> 36 matcher: <alwaysmatcher>
37 f he\r (no-eol) (esc) 37 f he\r (no-eol) (esc)
38 llo he\r (no-eol) (esc) 38 llo he\r (no-eol) (esc)
39 llo 39 llo
40 f hell 40 f hell