Fossil SCM
Add a comment.
Commit
ca6c8f9be80531d8b16df26133e1a2d914c736c6
Parent
46228ffb1f2cdb8…
1 file changed
+9
| --- test/settings-repo.test | ||
| +++ test/settings-repo.test | ||
| @@ -19,10 +19,19 @@ | ||
| 19 | 19 | # |
| 20 | 20 | |
| 21 | 21 | require_no_open_checkout |
| 22 | 22 | set dir [file dirname [info script]]; test_setup |
| 23 | 23 | |
| 24 | +############################################################################### | |
| 25 | +# | |
| 26 | +# Complete syntax as tested: | |
| 27 | +# | |
| 28 | +# fossil settings ?PROPERTY? ?VALUE? ?OPTIONS? | |
| 29 | +# fossil unset PROPERTY ?OPTIONS? | |
| 30 | +# | |
| 31 | +# Where the only supported options are "--global" and "--exact". | |
| 32 | +# | |
| 24 | 33 | ############################################################################### |
| 25 | 34 | |
| 26 | 35 | set all_settings [get_all_settings] |
| 27 | 36 | |
| 28 | 37 | foreach name $all_settings { |
| 29 | 38 |
| --- test/settings-repo.test | |
| +++ test/settings-repo.test | |
| @@ -19,10 +19,19 @@ | |
| 19 | # |
| 20 | |
| 21 | require_no_open_checkout |
| 22 | set dir [file dirname [info script]]; test_setup |
| 23 | |
| 24 | ############################################################################### |
| 25 | |
| 26 | set all_settings [get_all_settings] |
| 27 | |
| 28 | foreach name $all_settings { |
| 29 |
| --- test/settings-repo.test | |
| +++ test/settings-repo.test | |
| @@ -19,10 +19,19 @@ | |
| 19 | # |
| 20 | |
| 21 | require_no_open_checkout |
| 22 | set dir [file dirname [info script]]; test_setup |
| 23 | |
| 24 | ############################################################################### |
| 25 | # |
| 26 | # Complete syntax as tested: |
| 27 | # |
| 28 | # fossil settings ?PROPERTY? ?VALUE? ?OPTIONS? |
| 29 | # fossil unset PROPERTY ?OPTIONS? |
| 30 | # |
| 31 | # Where the only supported options are "--global" and "--exact". |
| 32 | # |
| 33 | ############################################################################### |
| 34 | |
| 35 | set all_settings [get_all_settings] |
| 36 | |
| 37 | foreach name $all_settings { |
| 38 |