mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 30 Jan 2012 17:33:09 +0100
branchstable
changeset 16025 6697498bdd83
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
phases: write default phase data as soon as possible. Marks phase data as dirty when computing default phase. Actual writing is done when the lock is released. So, read only operation don't write phase data because they don't lock the repo.