##// END OF EJS Templates
tests: rename and document test-command-template.t...
Yuya Nishihara -
r38456:550b7d11 @50 default
parent child Browse files
Show More
@@ -51,7 +51,6 b' test-clone-cgi.t'
51 test-clone-pull-corruption.t
51 test-clone-pull-corruption.t
52 test-clone-r.t
52 test-clone-r.t
53 test-clone-update-order.t
53 test-clone-update-order.t
54 test-command-template.t
55 test-commit-amend.t
54 test-commit-amend.t
56 test-commit-interactive.t
55 test-commit-interactive.t
57 test-commit-multiple.t
56 test-commit-multiple.t
@@ -489,6 +488,7 b' test-symlink-placeholder.t'
489 test-symlinks.t
488 test-symlinks.t
490 test-tag.t
489 test-tag.t
491 test-tags.t
490 test-tags.t
491 test-template-basic.t
492 test-template-functions.t
492 test-template-functions.t
493 test-template-keywords.t
493 test-template-keywords.t
494 test-template-map.t
494 test-template-map.t
@@ -1,3 +1,6 b''
1 Test template syntax and basic functionality
2 ============================================
3
1 $ hg init a
4 $ hg init a
2 $ cd a
5 $ cd a
3 $ echo a > a
6 $ echo a > a
General Comments 0
You need to be logged in to leave comments. Login now