Fossil SCM
Add file local.tcl to the autosetup directory. Containing a configuration option to prevent autosetup from using a pager.
Commit
e14f0fe2f3d8a76c0953b76e4f97f4f737b566dd
Parent
39624620accd286…
1 file changed
+2
+2
| --- a/autosetup/local.tcl | ||
| +++ b/autosetup/local.tcl | ||
| @@ -0,0 +1,2 @@ | ||
| 1 | +# For this project, d | |
| 2 | +set useropts(nopager)tosetup(optdefault) nopager 1 |
| --- a/autosetup/local.tcl | |
| +++ b/autosetup/local.tcl | |
| @@ -0,0 +1,2 @@ | |
| --- a/autosetup/local.tcl | |
| +++ b/autosetup/local.tcl | |
| @@ -0,0 +1,2 @@ | |
| 1 | # For this project, d |
| 2 | set useropts(nopager)tosetup(optdefault) nopager 1 |