Mercurial > evolve
comparison hgext/evolve.py @ 1013:58ff9d9c0746
merge with stable
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 30 Jul 2014 13:40:40 -0700 |
parents | a010ba5a0ffb 205d549a972f |
children | 93507c20739e |
comparison
equal
deleted
inserted
replaced
1008:a010ba5a0ffb | 1013:58ff9d9c0746 |
---|---|
14 It also: | 14 It also: |
15 | 15 |
16 - enables the "Changeset Obsolescence" feature of mercurial, | 16 - enables the "Changeset Obsolescence" feature of mercurial, |
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 2.3 | 19 - improves some aspect of the early implementation in Mercurial core |
20 ''' | 20 ''' |
21 | 21 |
22 testedwith = '3.0.1 3.1' | 22 testedwith = '3.0.1 3.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 |