diff -r 194b0f781132 -r 04baab18d60a hgext/rebase.py --- a/hgext/rebase.py Sat Aug 13 12:29:53 2016 +0900 +++ b/hgext/rebase.py Sun May 14 16:19:47 2017 +0900 @@ -52,7 +52,7 @@ ) release = lock.release -templateopts = commands.templateopts +templateopts = cmdutil.templateopts # The following constants are used throughout the rebase module. The ordering of # their values must be maintained.