Overview
Comment: | cosmatic changes to brackets alingment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
e4339a3c50515554d514886f630f6855 |
User & Date: | pjhatwal on 2018-08-06 12:34:44 |
Other Links: | branch diff | manifest | tags |
Context
2018-08-10
| ||
16:31 | Merged mtutil changes into main 1.65 branch check-in: 058bef1510 user: jmoon18 tags: v1.65 | |
2018-08-06
| ||
12:34 | cosmatic changes to brackets alingment check-in: e4339a3c50 user: pjhatwal tags: v1.65 | |
2018-08-03
| ||
16:12 | fix to not sync last_update check-in: 1b80dd0400 user: pjhatwal tags: v1.65 | |
Changes
Modified db.scm from [5807098597] to [36e4111f28].
︙ | ︙ | |||
508 509 510 511 512 513 514 | '("final_logf" #f) '("logdat" #f) '("run_duration" #f) '("comment" #f) '("event_time" #f) '("fail_count" #f) '("pass_count" #f) | | < | 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 | '("final_logf" #f) '("logdat" #f) '("run_duration" #f) '("comment" #f) '("event_time" #f) '("fail_count" #f) '("pass_count" #f) '("archived" #f)) (list "test_steps" '("id" #f) '("test_id" #f) '("stepname" #f) '("state" #f) '("status" #f) '("event_time" #f) |
︙ | ︙ |