Show More
@@ -97,10 +97,9 b' commitopts2 = [' | |||
|
97 | 97 | _('record the specified user as committer'), _('USER')), |
|
98 | 98 | ] |
|
99 | 99 | |
|
100 | # hidden for now | |
|
101 | 100 | formatteropts = [ |
|
102 | 101 | ('T', 'template', '', |
|
103 |
_('display with template |
|
|
102 | _('display with template'), _('TEMPLATE')), | |
|
104 | 103 | ] |
|
105 | 104 | |
|
106 | 105 | templateopts = [ |
@@ -194,6 +194,7 b' help' | |||
|
194 | 194 | -I --include PATTERN [+] include names matching the given patterns |
|
195 | 195 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
196 | 196 | -S --subrepos recurse into subrepositories |
|
197 | -T --template TEMPLATE display with template | |
|
197 | 198 | |
|
198 | 199 | (some details hidden, use --verbose to show complete help) |
|
199 | 200 |
@@ -26,6 +26,7 b' Missing arg:' | |||
|
26 | 26 | --decode apply any matching decode filter |
|
27 | 27 | -I --include PATTERN [+] include names matching the given patterns |
|
28 | 28 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
29 | -T --template TEMPLATE display with template | |
|
29 | 30 | |
|
30 | 31 | (use 'hg cat -h' to show more help) |
|
31 | 32 | [255] |
@@ -604,6 +604,8 b' hide outer repo' | |||
|
604 | 604 | |
|
605 | 605 | options: |
|
606 | 606 | |
|
607 | -T --template TEMPLATE display with template | |
|
608 | ||
|
607 | 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 | 617 | options: |
|
616 | 618 | |
|
617 |
-T --template TEMPLATE display with template |
|
|
619 | -T --template TEMPLATE display with template | |
|
618 | 620 | |
|
619 | 621 | global options ([+] can be repeated): |
|
620 | 622 | |
@@ -653,7 +655,7 b' hide outer repo' | |||
|
653 | 655 | |
|
654 | 656 | options: |
|
655 | 657 | |
|
656 |
-T --template TEMPLATE display with template |
|
|
658 | -T --template TEMPLATE display with template | |
|
657 | 659 | |
|
658 | 660 | global options ([+] can be repeated): |
|
659 | 661 |
@@ -637,6 +637,7 b' Test command without options' | |||
|
637 | 637 | -I --include PATTERN [+] include names matching the given patterns |
|
638 | 638 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
639 | 639 | -S --subrepos recurse into subrepositories |
|
640 | -T --template TEMPLATE display with template | |
|
640 | 641 | |
|
641 | 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