Fossil SCM

Merge from trunk

brickviking 2024-10-31 02:16 bv-corrections01 merge
Commit c8967e64dd5b871311649d7e421cb25096b980da99ca4cbfc298c342d522a4ae
--- tools/man_page_command_list.tcl
+++ tools/man_page_command_list.tcl
@@ -10,11 +10,11 @@
1010
set file [lindex $argv 0]
1111
}
1212
1313
# Get list of common commands.
1414
set commands [exec fossil help]
15
-regsub -nocase {.*?\ncommon commands:.*\n} $commands {} commands
15
+regsub -nocase {.*?\nfrequently used commands:.*\n} $commands {} commands
1616
regsub -nocase {\nthis is fossil version.*} $commands {} commands
1717
regsub -all {\s+} $commands " " commands
1818
set commands [lsort $commands]
1919
2020
# Compute number of rows.
2121
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button