Mercurial > evolve
comparison hgext/evolve.py @ 1189:dbd0733e5840 stable 5.0.2
prepare release 5.0.2
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Sun, 14 Dec 2014 12:44:40 -0800 |
parents | cc3e68120185 |
children | 583f7f03434b |
comparison
equal
deleted
inserted
replaced
1186:0b66826f081c | 1189:dbd0733e5840 |
---|---|
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.0.1' | 22 __version__ = '5.0.2' |
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 |