comparison hgext/evolve.py @ 1455:00026533ff9f stable

merge with preparation for version 5.2.0
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 25 Jun 2015 17:43:10 -0700
parents 1bcbd14cf159 c79bdc856350
children 44a9dcb3fefc
comparison
equal deleted inserted replaced
1452:1bcbd14cf159 1455:00026533ff9f
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.5' 22 __version__ = '5.2'
23 testedwith = '3.3.3 3.4.1' 23 testedwith = '3.3.3 3.4.1'
24 buglink = 'http://bz.selenic.com/' 24 buglink = 'http://bz.selenic.com/'
25 25
26 26
27 evolutionhelptext = """ 27 evolutionhelptext = """