comparison hgext/evolve.py @ 1424:1377f6a7f9ec stable 5.1.5

prepare version 5.1.5
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 23 Jun 2015 15:30:35 -0700
parents 20ff4ef75b87
children 6db55f28c965
comparison
equal deleted inserted replaced
1401:20ff4ef75b87 1424:1377f6a7f9ec
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.4' 22 __version__ = '5.1.5'
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 import sys, os 26 import sys, os
27 import random 27 import random