comparison mercurial_all_paths.py @ 57:95b5ba2cd363

Testing with 4.0, dropping testing with 2.6
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 13 Nov 2016 12:32:39 +0100
parents 55469dbb19c4
children d262139732f7
comparison
equal deleted inserted replaced
56:1015f8eaa5ea 57:95b5ba2cd363
153 outgoingall, 153 outgoingall,
154 EXT_OPTS + _original_options('outgoing'), 154 EXT_OPTS + _original_options('outgoing'),
155 _('[--group GROUP] [--ignore-errors] <outgoing options>')), 155 _('[--group GROUP] [--ignore-errors] <outgoing options>')),
156 } 156 }
157 157
158 testedwith = '2.7 2.9 3.0 3.3 3.6 3.7 3.8' 158 testedwith = '2.7 2.9 3.0 3.3 3.6 3.7 3.8 4.0'
159 buglink = 'https://bitbucket.org/Mekk/mercurial-all_paths/issues' 159 buglink = 'https://bitbucket.org/Mekk/mercurial-all_paths/issues'