Differences From Artifact [cfdfacd7c5]:
- File src/url.c — part of check-in [ad34c07c45] at 2013-11-08 06:01:25 on branch url-password-fixes — Clean up handling of passwords for SSH. Further separate prompting for password from saving of password. (user: andybradford size: 13848)
To Artifact [1f7da93e6d]:
- File src/url.c — part of check-in [912ca19510] at 2013-11-08 07:50:24 on branch url-password-fixes — Remove side effect produced when calling with no flags. This permits removal of work around in sync.c. (user: andybradford size: 13863)
| ︙ | |||
209 210 211 212 213 214 215 | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | - + |
}else{
free(zFile);
fossil_fatal("unknown repository: %s", zUrl);
}
}else{
fossil_fatal("unknown repository: %s", zUrl);
}
|
| ︙ |