Mercurial > evolve
comparison hgext/evolve.py @ 1281:891c3ce894fa stable 5.1.4
prepare release 5.1.4
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 23 Apr 2015 03:15:20 +0200 |
parents | af7b455a7ebd |
children | 35d8789ea7a8 23819e1d61fd |
comparison
equal
deleted
inserted
replaced
1280:af7b455a7ebd | 1281:891c3ce894fa |
---|---|
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.3' | 22 __version__ = '5.1.4' |
23 testedwith = '3.3.3 3.4-rc' | 23 testedwith = '3.3.3 3.4-rc' |
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 |