Mercurial > hg-allpaths
diff mercurial_all_paths.py @ 34:7500a4ecb935
Preliminary steps towards tests (tox.ini, would-be testedwith decl)
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Thu, 10 Mar 2016 23:12:29 +0100 |
parents | 9d595bda6f2f |
children | 6dae5ed53f22 |
line wrap: on
line diff
--- a/mercurial_all_paths.py Sat Nov 28 09:58:28 2015 +0100 +++ b/mercurial_all_paths.py Thu Mar 10 23:12:29 2016 +0100 @@ -10,7 +10,7 @@ import mercurial.cmdutil from mercurial.i18n import _ -#pylint:disable=invalid-name,broad-except,line-too-long +# pylint:disable=invalid-name,broad-except,line-too-long def _iter_over_paths(command, ui, repo, **opts): @@ -90,3 +90,6 @@ EXT_OPTS + _original_options('outgoing'), _('[-g GROUP] [--ignore-errors] <outgoing options>')), } + +testedwith = '2.7 2.9 3.0 3.3 3.6 3.7' +buglink = 'https://bitbucket.org/Mekk/mercurial-all_paths/issues'