comparison mercurial/parser.py @ 28556:0706d60d070f

cache: remove branch revision file before rewriting the branch name file New branch names are usually appended to the branch name file. If that fails or the file has been modified by another process, it is rewritten. That left a small opportunity that there could be references to non-existent entries in the file while it was rewritten. To avoid that, remove the revision branch cache file with the references to the branch name file before rewriting the branch name file. Worst case, when interrupted at the wrong time, the cache will be lost and rebuilt next time. It is unknown if this fixes a real problem that ever happened.
author Mads Kiilerich <madski@unity3d.com>
date Sun, 13 Mar 2016 02:06:21 +0100
parents 87c9c562c37a
children 639e0f1e8ffa
comparison
equal deleted inserted replaced
28555:1435a8e9b5fe 28556:0706d60d070f