Mercurial > evolve
comparison hgext/evolve.py @ 1012:205d549a972f stable
evolve: point to the core mercurial tracker for bugfix
As per Matt Mackall request evolution related bug should be filled again the
main tracker as at some point al lof evolve wil be in core.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 30 Jul 2014 13:38:33 -0700 |
parents | 0b44ae30cf3b |
children | 58ff9d9c0746 fe1505aa565b |
comparison
equal
deleted
inserted
replaced
1011:0b44ae30cf3b | 1012:205d549a972f |
---|---|
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 testedwith = '3.0.1' | 22 testedwith = '3.0.1' |
23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' | 23 buglink = 'http://bz.selenic.com/' |
24 | 24 |
25 import sys | 25 import sys |
26 import random | 26 import random |
27 from StringIO import StringIO | 27 from StringIO import StringIO |
28 import struct | 28 import struct |