# HG changeset patch # User Pierre-Yves David # Date 1406679357 25200 # Node ID 808a33826700871d9617ae555b5386a3cbe3fbcb # Parent 574315ec19c2ab68293761ecfe33385d8f58116c evolve: update the tested with statement Tested with the soon to be release 3.1. diff -r 574315ec19c2 -r 808a33826700 hgext/evolve.py --- a/hgext/evolve.py Tue Jul 29 17:15:01 2014 -0700 +++ b/hgext/evolve.py Tue Jul 29 17:15:57 2014 -0700 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in 2.3 ''' -testedwith = '3.0.1' +testedwith = '3.0.1 3.1' buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' import sys