Merge rev 1.3 (catch write-lock attempts immediately if running in
read-only mode) & rev 1.2 (check out from read-only repository support) into version 1.11-20080310.
This commit is contained in:
parent
155695a36e
commit
26f2567ec0
@ -175,7 +175,7 @@ lock_name (repository, name)
|
||||
const char *p;
|
||||
char *q;
|
||||
const char *short_repos;
|
||||
mode_t save_umask;
|
||||
mode_t save_umask = 0;
|
||||
int saved_umask = 0;
|
||||
|
||||
if (lock_dir == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user