diff -r 702f48570eb3 -r a5cde03cd019 mercurial/commands.py --- a/mercurial/commands.py Wed Apr 04 04:22:06 2007 -0300 +++ b/mercurial/commands.py Wed Apr 04 04:22:06 2007 -0300 @@ -1624,7 +1624,10 @@ ret = 1 for src, abs, rel, exact in cmdutil.walk(repo, pats, opts, node=node, + badmatch=util.always, default='relglob'): + if src == 'b': + continue if not node and repo.dirstate.state(abs) == '?': continue if opts['fullpath']: