Mercurial > evolve
comparison hgext/evolve.py @ 1177:0f3090785283 stable 5.0.1
evolve: update in file version
(I'll eventually -not- forget to do so)
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 25 Nov 2014 11:01:29 -0800 |
parents | fc95401f952f |
children | ad7a31a7a413 58370c718183 |
comparison
equal
deleted
inserted
replaced
1176:7a1d4dcc465f | 1177:0f3090785283 |
---|---|
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.0' | 22 __version__ = '5.0.1' |
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 |