Mercurial > hg
comparison mercurial/repo.py @ 11698:9df481f8036d
localrepo: refactor filter computation
Separate loading part from access part to be able to tell with:
repo._loadfilter(name)
bool(name in repo.filterpats)
if there is a 'name' filter available.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sat, 24 Jul 2010 00:28:20 +0900 |
parents | 25e572394f5c |
children | ff1044230bca |
comparison
equal
deleted
inserted
replaced
11686:fc360de66217 | 11698:9df481f8036d |
---|