diff -r 6ea92f1b7a87 -r 698cccf1ad28 hgext/convert/__init__.py --- a/hgext/convert/__init__.py Fri Jun 30 03:33:15 2017 +0200 +++ b/hgext/convert/__init__.py Fri Jun 30 03:33:25 2017 +0200 @@ -40,6 +40,9 @@ configitem('convert', 'cvsps.mergefrom', default=None, ) +configitem('convert', 'cvsps.mergeto', + default=None, +) # Commands definition was moved elsewhere to ease demandload job.