hgext/rebase.py
changeset 32375 04baab18d60a
parent 32348 082fc4abdc31
child 32427 8db2feb04ceb
--- 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.