author | Pierre-Yves David <pierre-yves.david@fb.com> |
Fri, 26 Jun 2015 00:04:38 -0700 | |
branch | mercurial-3.3 |
changeset 1459 | 49e43f20a579 |
parent 1458 | 69847c5ffa58 |
child 1460 | 44a9dcb3fefc |
child 1625 | de50010b9721 |
hgext/evolve.py | file | annotate | diff | comparison | revisions |
--- a/hgext/evolve.py Fri Jun 26 00:04:22 2015 -0700 +++ b/hgext/evolve.py Fri Jun 26 00:04:38 2015 -0700 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.2' +__version__ = '5.2.0' testedwith = '3.3.3 3.4.1' buglink = 'http://bz.selenic.com/'