Fossil SCM
Merge from trunk
Commit
c8967e64dd5b871311649d7e421cb25096b980da99ca4cbfc298c342d522a4ae
Parent
b0d7fb4ad40d6cc…
1 file changed
+1
-1
+1
-1
| --- tools/man_page_command_list.tcl | ||
| +++ tools/man_page_command_list.tcl | ||
| @@ -10,11 +10,11 @@ | ||
| 10 | 10 | set file [lindex $argv 0] |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | # Get list of common commands. |
| 14 | 14 | set commands [exec fossil help] |
| 15 | -regsub -nocase {.*?\ncommon commands:.*\n} $commands {} commands | |
| 15 | +regsub -nocase {.*?\nfrequently used commands:.*\n} $commands {} commands | |
| 16 | 16 | regsub -nocase {\nthis is fossil version.*} $commands {} commands |
| 17 | 17 | regsub -all {\s+} $commands " " commands |
| 18 | 18 | set commands [lsort $commands] |
| 19 | 19 | |
| 20 | 20 | # Compute number of rows. |
| 21 | 21 |
| --- tools/man_page_command_list.tcl | |
| +++ tools/man_page_command_list.tcl | |
| @@ -10,11 +10,11 @@ | |
| 10 | set file [lindex $argv 0] |
| 11 | } |
| 12 | |
| 13 | # Get list of common commands. |
| 14 | set commands [exec fossil help] |
| 15 | regsub -nocase {.*?\ncommon commands:.*\n} $commands {} commands |
| 16 | regsub -nocase {\nthis is fossil version.*} $commands {} commands |
| 17 | regsub -all {\s+} $commands " " commands |
| 18 | set commands [lsort $commands] |
| 19 | |
| 20 | # Compute number of rows. |
| 21 |
| --- tools/man_page_command_list.tcl | |
| +++ tools/man_page_command_list.tcl | |
| @@ -10,11 +10,11 @@ | |
| 10 | set file [lindex $argv 0] |
| 11 | } |
| 12 | |
| 13 | # Get list of common commands. |
| 14 | set commands [exec fossil help] |
| 15 | regsub -nocase {.*?\nfrequently used commands:.*\n} $commands {} commands |
| 16 | regsub -nocase {\nthis is fossil version.*} $commands {} commands |
| 17 | regsub -all {\s+} $commands " " commands |
| 18 | set commands [lsort $commands] |
| 19 | |
| 20 | # Compute number of rows. |
| 21 |