author | Boris Feld <boris.feld@octobus.net> |
Fri, 30 Jun 2017 03:34:58 +0200 | |
changeset 34179 | 1a594c1d83f8 |
parent 34178 | 79c01348ef34 |
child 34180 | 9bda5ce97be3 |
--- a/hgext/convert/__init__.py Fri Jun 30 03:34:49 2017 +0200 +++ b/hgext/convert/__init__.py Fri Jun 30 03:34:58 2017 +0200 @@ -73,6 +73,9 @@ configitem('convert', 'hg.ignoreerrors', default=False, ) +configitem('convert', 'hg.revs', + default=None, +) # Commands definition was moved elsewhere to ease demandload job.