hgext/evolve.py
branchstable
changeset 584 af3b0d696e7f
parent 577 2cd2ee20d9fa
child 585 f013ca072bd9
--- a/hgext/evolve.py	Sat Oct 13 16:44:14 2012 +0200
+++ b/hgext/evolve.py	Tue Oct 23 15:03:25 2012 +0200
@@ -19,6 +19,10 @@
     - improves some aspect of the early implementation in 2.3
 '''
 
+testedwith = '2.3 2.3.1 2.3.2'
+buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
+
+
 import random
 
 from mercurial import util