-
Committer:
John Arbash Meinel
-
Date:
2007-10-16 21:17:34 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2918.
-
Revision ID:
john@arbash-meinel.com-20071016211734-u0ce8cr11khccb65
Fix bug #149113 so that executable is properly set on win32.
The new path_content_summary() returns None when a platform
does not support the executable bit, asking the caller to
decide a policy.
This patch changes CommitBuilder.record_entry_contents()
so that it sets a policy of using the parent's value,
unless there are no parents, in which case it uses None.