Mercurial > public > mercurial-scm > hg
diff tests/test-narrow-commit.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 | 4d63f3bc1e1a |
children | dbf31732ef64 |
line wrap: on
line diff
--- a/tests/test-narrow-commit.t Sun Jun 10 11:50:09 2018 +0900 +++ b/tests/test-narrow-commit.t Sun Jun 10 11:53:56 2018 +0900 @@ -49,7 +49,7 @@ $ mkdir outside $ touch outside/f1 - $ hg debugwalk -I 'relglob:f1' + $ hg debugwalk -v -I 'relglob:f1' matcher: <includematcher includes='(?:(?:|.*/)f1(?:/|$))'> f inside/f1 inside/f1 $ hg add outside/f1