comparison hgext/evolve.py @ 919:ffce88754767

merge with stable
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 23 Apr 2014 14:28:28 -0700
parents ff71b83a4bbe 1ebe5c51919b
children bcd0c12070b2
comparison
equal deleted inserted replaced
909:ff71b83a4bbe 919:ffce88754767
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 2.3
20 ''' 20 '''
21 21
22 testedwith = 'default' 22 testedwith = '3.0'
23
24 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' 23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
25 24
26 import sys 25 import sys
27 import random 26 import random
28 from StringIO import StringIO 27 from StringIO import StringIO