##// END OF EJS Templates
formatter: remove experimental marker from -T option...
Yuya Nishihara -
r39967:0d703063 default
parent child Browse files
Show More
@@ -97,10 +97,9 b' commitopts2 = ['
97 _('record the specified user as committer'), _('USER')),
97 _('record the specified user as committer'), _('USER')),
98 ]
98 ]
99
99
100 # hidden for now
101 formatteropts = [
100 formatteropts = [
102 ('T', 'template', '',
101 ('T', 'template', '',
103 _('display with template (EXPERIMENTAL)'), _('TEMPLATE')),
102 _('display with template'), _('TEMPLATE')),
104 ]
103 ]
105
104
106 templateopts = [
105 templateopts = [
@@ -194,6 +194,7 b' help'
194 -I --include PATTERN [+] include names matching the given patterns
194 -I --include PATTERN [+] include names matching the given patterns
195 -X --exclude PATTERN [+] exclude names matching the given patterns
195 -X --exclude PATTERN [+] exclude names matching the given patterns
196 -S --subrepos recurse into subrepositories
196 -S --subrepos recurse into subrepositories
197 -T --template TEMPLATE display with template
197
198
198 (some details hidden, use --verbose to show complete help)
199 (some details hidden, use --verbose to show complete help)
199
200
@@ -26,6 +26,7 b' Missing arg:'
26 --decode apply any matching decode filter
26 --decode apply any matching decode filter
27 -I --include PATTERN [+] include names matching the given patterns
27 -I --include PATTERN [+] include names matching the given patterns
28 -X --exclude PATTERN [+] exclude names matching the given patterns
28 -X --exclude PATTERN [+] exclude names matching the given patterns
29 -T --template TEMPLATE display with template
29
30
30 (use 'hg cat -h' to show more help)
31 (use 'hg cat -h' to show more help)
31 [255]
32 [255]
@@ -604,6 +604,8 b' hide outer repo'
604
604
605 options:
605 options:
606
606
607 -T --template TEMPLATE display with template
608
607 (some details hidden, use --verbose to show complete help)
609 (some details hidden, use --verbose to show complete help)
608
610
609
611
@@ -614,7 +616,7 b' hide outer repo'
614
616
615 options:
617 options:
616
618
617 -T --template TEMPLATE display with template (EXPERIMENTAL)
619 -T --template TEMPLATE display with template
618
620
619 global options ([+] can be repeated):
621 global options ([+] can be repeated):
620
622
@@ -653,7 +655,7 b' hide outer repo'
653
655
654 options:
656 options:
655
657
656 -T --template TEMPLATE display with template (EXPERIMENTAL)
658 -T --template TEMPLATE display with template
657
659
658 global options ([+] can be repeated):
660 global options ([+] can be repeated):
659
661
@@ -637,6 +637,7 b' Test command without options'
637 -I --include PATTERN [+] include names matching the given patterns
637 -I --include PATTERN [+] include names matching the given patterns
638 -X --exclude PATTERN [+] exclude names matching the given patterns
638 -X --exclude PATTERN [+] exclude names matching the given patterns
639 -S --subrepos recurse into subrepositories
639 -S --subrepos recurse into subrepositories
640 -T --template TEMPLATE display with template
640
641
641 (some details hidden, use --verbose to show complete help)
642 (some details hidden, use --verbose to show complete help)
642
643
General Comments 0
You need to be logged in to leave comments. Login now