# HG changeset patch # User Yuya Nishihara # Date 2018-06-16 05:34:35 # Node ID 550b7d110f45e6ad89eb34f45885a315efaf838c # Parent da4508cdef37c14bf3e1743a1277fa3cce615a36 tests: rename and document test-command-template.t So that we can specify templater tests as test-template-*. (original) $ wc -l test-command-template.t test-template-* 5041 test-command-template.t 23 test-template-filters.t 5064 total (at this patch) $ wc -l test-template-* 1088 test-template-basic.t 1376 test-template-functions.t 1195 test-template-keywords.t 1760 test-template-map.t 5419 total diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -51,7 +51,6 @@ test-clone-cgi.t test-clone-pull-corruption.t test-clone-r.t test-clone-update-order.t -test-command-template.t test-commit-amend.t test-commit-interactive.t test-commit-multiple.t @@ -489,6 +488,7 @@ test-symlink-placeholder.t test-symlinks.t test-tag.t test-tags.t +test-template-basic.t test-template-functions.t test-template-keywords.t test-template-map.t diff --git a/tests/test-command-template.t b/tests/test-template-basic.t rename from tests/test-command-template.t rename to tests/test-template-basic.t --- a/tests/test-command-template.t +++ b/tests/test-template-basic.t @@ -1,3 +1,6 @@ +Test template syntax and basic functionality +============================================ + $ hg init a $ cd a $ echo a > a