changeset 4309 | d4f0405fadac |
parent 4276 | cb6107f78b92 |
parent 4308 | a5cde03cd019 |
child 4325 | aa26759c6fb3 |
--- a/mercurial/commands.py Mon Apr 02 14:16:44 2007 -0500 +++ b/mercurial/commands.py Wed Apr 04 04:22:08 2007 -0300 @@ -1658,7 +1658,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']: