author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
Thu, 03 Nov 2011 23:49:14 +0100 | |
changeset 15417 | 5261140d9322 |
child 15418 | cf729af26963 |
permissions | -rw-r--r-- |
# Mercurial phases support code # # Copyright 2011 Pierre-Yves David <pierre-yves.david@ens-lyon.org> # Logilab SA <contact@logilab.fr> # Augie Fackler <durin42@gmail.com> # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. allphases = range(2) trackedphases = allphases[1:]