Mercurial > evolve
comparison hgext/evolve.py @ 1521:829fbd4a7275
merge back with stable
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 02 Nov 2015 00:39:40 +0000 |
parents | c15d6168412f |
children | e080d2ae2656 |
comparison
equal
deleted
inserted
replaced
1517:a1f239a93c94 | 1521:829fbd4a7275 |
---|---|
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.2.0' | 22 __version__ = '5.2.1' |
23 testedwith = '3.4.3 3.5.2 3.6' | 23 testedwith = '3.4.3 3.5.2 3.6' |
24 buglink = 'http://bz.selenic.com/' | 24 buglink = 'http://bz.selenic.com/' |
25 | 25 |
26 | 26 |
27 evolutionhelptext = """ | 27 evolutionhelptext = """ |