python-perforce icon indicating copy to clipboard operation
python-perforce copied to clipboard

Support Restricted Access Types

Open 0xTowel opened this issue 5 years ago • 0 comments

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.

0xTowel avatar Aug 26 '20 23:08 0xTowel