python-perforce
python-perforce copied to clipboard
Support Restricted Access Types
By default changelists created by python-perforce have "public" access type.
This change adds an accesstype attribute to Changelist instances which can get or set the access type for the changelist to one of the AccessType enum values: RESTRICTED or PUBLIC
New changelists can optionally have their accessibility type specified at creation via the access_type named argument, and the default is to create the changelist as restricted.