Fossil SCM

Miscellaneous small whitespace tweaks.

brickviking 2025-02-26 20:19 bv-infotool
Commit 481eb01921cc3b0e05c6588b129d5e30f775ea32549d110a950706663bfce781
1 file changed +7 -3
--- tools/fossil-makeinfo
+++ tools/fossil-makeinfo
@@ -162,14 +162,14 @@
162162
@end example
163163
164164
They are similar to commands that are available in other VCS programs such as
165165
subversion, git or mercurial.
166166
167
-@menu
168167
" >> fossil.texi
169168
170169
# begin menu for common keywords
170
+printf "@menu\n" >> fossil.texi
171171
172172
# Slurp in Common keywords from fossil help
173173
# WARNING: tail count is brittle
174174
echo "Grab common keywords for menu"
175175
for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
@@ -282,11 +282,12 @@
282282
They're often used to solve specific little problems that didn't warrant a full
283283
tool, but are useful enough to be kept around. They are most definitely not
284284
supported, and the developers will expect to change these far more often. They
285285
are not stable, so do not depend upon their behavior, or even their existence.
286286
287
-@menu" >> fossil.texi
287
+@menu
288
+" >> fossil.texi
288289
289290
# Insert test commands in here
290291
echo "Grab test keywords for menu"
291292
for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
292293
@@ -341,11 +342,12 @@
341342
342343
@example
343344
https://fossil.example.com/fossil/timeline?ms=glob
344345
@end example
345346
346
-@menu" >> fossil.texi
347
+@menu
348
+" >> fossil.texi
347349
348350
# Insert webpage keywords in here
349351
echo "Grab web keywords for menu"
350352
for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
351353
@@ -447,5 +449,7 @@
447449
# makeinfo fossil.texi
448450
449451
echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions."
450452
echo "Once everything's good, you can run your system's makeinfo command to turn"
451453
echo "your .texi file into a .info file to install where you need."
454
+
455
+
452456
--- tools/fossil-makeinfo
+++ tools/fossil-makeinfo
@@ -162,14 +162,14 @@
162 @end example
163
164 They are similar to commands that are available in other VCS programs such as
165 subversion, git or mercurial.
166
167 @menu
168 " >> fossil.texi
169
170 # begin menu for common keywords
 
171
172 # Slurp in Common keywords from fossil help
173 # WARNING: tail count is brittle
174 echo "Grab common keywords for menu"
175 for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
@@ -282,11 +282,12 @@
282 They're often used to solve specific little problems that didn't warrant a full
283 tool, but are useful enough to be kept around. They are most definitely not
284 supported, and the developers will expect to change these far more often. They
285 are not stable, so do not depend upon their behavior, or even their existence.
286
287 @menu" >> fossil.texi
 
288
289 # Insert test commands in here
290 echo "Grab test keywords for menu"
291 for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
292
@@ -341,11 +342,12 @@
341
342 @example
343 https://fossil.example.com/fossil/timeline?ms=glob
344 @end example
345
346 @menu" >> fossil.texi
 
347
348 # Insert webpage keywords in here
349 echo "Grab web keywords for menu"
350 for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
351
@@ -447,5 +449,7 @@
447 # makeinfo fossil.texi
448
449 echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions."
450 echo "Once everything's good, you can run your system's makeinfo command to turn"
451 echo "your .texi file into a .info file to install where you need."
 
 
452
--- tools/fossil-makeinfo
+++ tools/fossil-makeinfo
@@ -162,14 +162,14 @@
162 @end example
163
164 They are similar to commands that are available in other VCS programs such as
165 subversion, git or mercurial.
166
 
167 " >> fossil.texi
168
169 # begin menu for common keywords
170 printf "@menu\n" >> fossil.texi
171
172 # Slurp in Common keywords from fossil help
173 # WARNING: tail count is brittle
174 echo "Grab common keywords for menu"
175 for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
@@ -282,11 +282,12 @@
282 They're often used to solve specific little problems that didn't warrant a full
283 tool, but are useful enough to be kept around. They are most definitely not
284 supported, and the developers will expect to change these far more often. They
285 are not stable, so do not depend upon their behavior, or even their existence.
286
287 @menu
288 " >> fossil.texi
289
290 # Insert test commands in here
291 echo "Grab test keywords for menu"
292 for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
293
@@ -341,11 +342,12 @@
342
343 @example
344 https://fossil.example.com/fossil/timeline?ms=glob
345 @end example
346
347 @menu
348 " >> fossil.texi
349
350 # Insert webpage keywords in here
351 echo "Grab web keywords for menu"
352 for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi
353
@@ -447,5 +449,7 @@
449 # makeinfo fossil.texi
450
451 echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions."
452 echo "Once everything's good, you can run your system's makeinfo command to turn"
453 echo "your .texi file into a .info file to install where you need."
454
455
456

Keyboard Shortcuts

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