diff -r 194b0f781132 -r 04baab18d60a hgext/children.py --- a/hgext/children.py Sat Aug 13 12:29:53 2016 +0900 +++ b/hgext/children.py Sun May 14 16:19:47 2017 +0900 @@ -19,11 +19,10 @@ from mercurial.i18n import _ from mercurial import ( cmdutil, - commands, registrar, ) -templateopts = commands.templateopts +templateopts = cmdutil.templateopts cmdtable = {} command = registrar.command(cmdtable)