Mercurial > evolve
comparison hgext/evolve.py @ 1392:0ec6cc5b4b7a stable
evolve: marks the extension as tested with 4.1
Because it is.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 19 Jun 2015 00:15:55 -0700 |
parents | 03f202bed47f |
children | 362e2c8c5677 |
comparison
equal
deleted
inserted
replaced
1390:03f202bed47f | 1392:0ec6cc5b4b7a |
---|---|
18 this feature, | 18 this feature, |
19 - improves some aspect of the early implementation in Mercurial core | 19 - improves some aspect of the early implementation in Mercurial core |
20 ''' | 20 ''' |
21 | 21 |
22 __version__ = '5.1.4' | 22 __version__ = '5.1.4' |
23 testedwith = '3.3.3 3.4-rc' | 23 testedwith = '3.3.3 3.4.1' |
24 buglink = 'http://bz.selenic.com/' | 24 buglink = 'http://bz.selenic.com/' |
25 | 25 |
26 import sys, os | 26 import sys, os |
27 import random | 27 import random |
28 from StringIO import StringIO | 28 from StringIO import StringIO |