tests/test-grep.t
changeset 45765 ed84a4d48910
parent 45750 c00595736595
child 45895 fc4fb2f17dd4
--- a/tests/test-grep.t	Mon Oct 26 10:08:22 2020 -0700
+++ b/tests/test-grep.t	Fri Oct 23 10:56:18 2020 -0700
@@ -851,8 +851,8 @@
   $ cd follow
 
   $ cat <<'EOF' >> .hg/hgrc
-  > [ui]
-  > logtemplate = '{rev}: {join(files % "{status} {path}", ", ")}\n'
+  > [command-templates]
+  > log = '{rev}: {join(files % "{status} {path}", ", ")}\n'
   > EOF
 
   $ for f in add0 add0-mod1 add0-rm1 add0-mod2 add0-rm2 add0-mod3 add0-mod4 add0-rm4; do