Differences From Artifact [b149430f5d]:
- File src/allrepo.c — part of check-in [a6f3dd1ce7] at 2011-10-10 19:33:21 on branch trunk — Fix a C++ comment in sha1.c. Fix a help text typo. (user: drh size: 5466) [more...]
To Artifact [fc9f82147a]:
- File src/allrepo.c — part of check-in [e94c7cc4de] at 2012-03-19 05:24:43 on branch winFiles — Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. (user: mistachkin size: 5469) [more...]
| ︙ | |||
166 167 168 169 170 171 172 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | - + |
db_unset(zRepo, 1);
free(zRepo);
}else if( !file_is_canonical(zFilename) ){
Blob cname;
char *zRepo = mprintf("repo:%s", zFilename);
db_unset(zRepo, 1);
free(zRepo);
|
| ︙ |