comparison hgext/evolve.py @ 1257:c52c15100fb2 stable 5.1.3

prepare version 5.1.3
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 20 Apr 2015 13:52:17 +0200
parents f8cb01637e75
children 749c931aa47b 5ff8a5d85b2b
comparison
equal deleted inserted replaced
1256:f8cb01637e75 1257:c52c15100fb2
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.2' 22 __version__ = '5.1.3'
23 testedwith = '3.3.3' 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
28 from StringIO import StringIO 28 from StringIO import StringIO