tests/test-rebuildstate.t
changeset 32376 46ba2cdda476
parent 30028 ba06562a06a2
child 33109 fce4ed2912bb
--- a/tests/test-rebuildstate.t	Sat May 13 17:53:55 2017 +0900
+++ b/tests/test-rebuildstate.t	Sat Jan 09 23:07:20 2016 +0900
@@ -1,8 +1,8 @@
 
   $ cat > adddrop.py <<EOF
-  > from mercurial import cmdutil
+  > from mercurial import registrar
   > cmdtable = {}
-  > command = cmdutil.command(cmdtable)
+  > command = registrar.command(cmdtable)
   > @command('debugadddrop',
   >   [('', 'drop', False, 'drop file from dirstate', 'FILE'),
   >    ('', 'normal-lookup', False, 'add file to dirstate', 'FILE')],