Mercurial > hg
diff mercurial/commands.py @ 4309:d4f0405fadac
Merge last few matcher/locate fixes.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Wed, 04 Apr 2007 04:22:08 -0300 |
parents | cb6107f78b92 a5cde03cd019 |
children | aa26759c6fb3 |
line wrap: on
line diff
--- 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']: