tests/test-encoding-textwrap.t
changeset 32337 46ba2cdda476
parent 22110 26f7c8033bed
child 33097 fce4ed2912bb
--- a/tests/test-encoding-textwrap.t	Sat May 13 17:53:55 2017 +0900
+++ b/tests/test-encoding-textwrap.t	Sat Jan 09 23:07:20 2016 +0900
@@ -6,10 +6,10 @@
 define commands to display help text
 
   $ cat << EOF > show.py
-  > from mercurial import cmdutil
+  > from mercurial import registrar
   > 
   > cmdtable = {}
-  > command = cmdutil.command(cmdtable)
+  > command = registrar.command(cmdtable)
   > 
   > # Japanese full-width characters:
   > @command('show_full_ja', [], '')