Mercurial > hg
comparison mercurial/hg.py @ 18005:aba3c161bcc6
clfilter: prevent unwanted warning about filtered parents as unknown
During changectx __init__ the dirstate's parents MAY be checked. If
the repo is filtered, this check will complain "working directory has
unknown parents" even if the parents are perfectly known.
This may happen when the repo is used for serving and the dirstate has
parents that are secret, as those secret changesets will be filtered.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 08 Oct 2012 17:15:08 +0200 |
parents | fd903f89e42b |
children | 4d1671b39168 |
comparison
equal
deleted
inserted
replaced
18004:747a2f43d5d9 | 18005:aba3c161bcc6 |
---|