author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
Tue, 23 Oct 2012 15:03:25 +0200 | |
branch | stable |
changeset 584 | af3b0d696e7f |
parent 582 | 8e1ca984dd78 |
child 585 | f013ca072bd9 |
hgext/evolve.py | file | annotate | diff | comparison | revisions |
--- a/hgext/evolve.py Sat Oct 13 16:44:14 2012 +0200 +++ b/hgext/evolve.py Tue Oct 23 15:03:25 2012 +0200 @@ -19,6 +19,10 @@ - improves some aspect of the early implementation in 2.3 ''' +testedwith = '2.3 2.3.1 2.3.2' +buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' + + import random from mercurial import util