Show More
@@ -0,0 +1,11 b'' | |||
|
1 | # Mercurial phases support code | |
|
2 | # | |
|
3 | # Copyright 2011 Pierre-Yves David <pierre-yves.david@ens-lyon.org> | |
|
4 | # Logilab SA <contact@logilab.fr> | |
|
5 | # Augie Fackler <durin42@gmail.com> | |
|
6 | # | |
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2 or any later version. | |
|
9 | ||
|
10 | allphases = range(2) | |
|
11 | trackedphases = allphases[1:] |
General Comments 0
You need to be logged in to leave comments.
Login now