Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add crlf-glob to tester.tcl |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e754cad9bce1392c55657fc6a068e5fa |
User & Date: | andygoth 2016-11-07 01:48:02.682 |
Context
2016-11-07
| ||
02:00 | CSS corrections for checkboxes ... (check-in: 446d438e user: andygoth tags: trunk) | |
01:48 | Add crlf-glob to tester.tcl ... (check-in: e754cad9 user: andygoth tags: trunk) | |
01:32 | Partially backout [bf9669f5]. Leave whitespace alone in test files ... (check-in: 6a3e2ed8 user: andygoth tags: trunk) | |
Changes
Changes to test/tester.tcl.
︙ | ︙ | |||
211 212 213 214 215 216 217 218 219 220 221 222 223 224 | # TODO: If the list of supported versionable settings in "db.c" is modified, # this list (and procedure) most likely needs to be modified as well. # set result [list \ allow-symlinks \ binary-glob \ clean-glob \ crnl-glob \ dotfiles \ empty-dirs \ encoding-glob \ ignore-glob \ keep-glob \ manifest \ | > | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | # TODO: If the list of supported versionable settings in "db.c" is modified, # this list (and procedure) most likely needs to be modified as well. # set result [list \ allow-symlinks \ binary-glob \ clean-glob \ crlf-glob \ crnl-glob \ dotfiles \ empty-dirs \ encoding-glob \ ignore-glob \ keep-glob \ manifest \ |
︙ | ︙ | |||
250 251 252 253 254 255 256 257 258 259 260 261 262 263 | auto-shun \ autosync \ autosync-tries \ binary-glob \ case-sensitive \ clean-glob \ clearsign \ crnl-glob \ default-perms \ diff-binary \ diff-command \ dont-push \ dotfiles \ editor \ | > | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | auto-shun \ autosync \ autosync-tries \ binary-glob \ case-sensitive \ clean-glob \ clearsign \ crlf-glob \ crnl-glob \ default-perms \ diff-binary \ diff-command \ dont-push \ dotfiles \ editor \ |
︙ | ︙ |