comparison hgext/evolve.py @ 1163:db2115776696 stable

evolve: fix the version number The tag is 5.0.0 the content of the file was wrong.
author Julien Cristau <julien.cristau@logilab.fr>
date Mon, 17 Nov 2014 15:45:24 +0100
parents 5c07f464981e
children 2187f7c88ff6
comparison
equal deleted inserted replaced
1162:5c07f464981e 1163:db2115776696
17 - alters core commands and extensions that rewrite history to use 17 - alters core commands and extensions that rewrite history to use
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.0' 22 __version__ = '5.0.0'
23 testedwith = '3.2' 23 testedwith = '3.2'
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