Differences From Artifact [a4be4f45df]:
- File src/file.c — part of check-in [de8035cca6] at 2014-09-15 01:49:41 on branch winsymlink — Work in progress for windows symlink support. (user: sdr size: 33366)
To Artifact [3f982e866f]:
- File src/file.c — part of check-in [e2c5960617] at 2014-09-20 15:28:36 on branch bad-winsymlink — Merged updates from trunk. (user: sdr size: 33331) [more...]
| ︙ | |||
1108 1109 1110 1111 1112 1113 1114 | 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 | - |
** a boolean: "yes", "no", "true", "false", etc.
*/
void cmd_test_tree_name(void){
int i;
Blob x;
db_find_and_open_repository(0,0);
blob_zero(&x);
|
| ︙ |