Mercurial > evolve
changeset 584:af3b0d696e7f stable
evolve: add tested with info
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 23 Oct 2012 15:03:25 +0200 |
parents | 8e1ca984dd78 |
children | f013ca072bd9 |
files | hgext/evolve.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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