.hgignore
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 24 Dec 2012 02:49:59 +0100
branchstable
changeset 1177 8870dc73f441
parent 450 86c17b3e9100
permissions -rw-r--r--
branchmap: move validity logic in the object itself In several place, We check if a branchcache is still valid regarding the current state of the repository. This changeset puts this logic in a method of the object that can be reused when necessary. A branch map is considered valid whenever it is up to date or a strict subset of the repository state. The change will help making branchcache aware of filtered revision. The change in keyword is expected. the branch cache is actually invalid after the amend. The previous check did not detected it. [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST