# Mercurial phases support code # # Copyright 2011 Pierre-Yves David # Logilab SA # Augie Fackler # # 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:]