Flags for the describe command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum DescribeChangelistCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DescribeChangelistCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class DescribeChangelistCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| RCS | 1 | The -d flag deletes the specified stream (unless the stream is referenced by child streams or stream clients). | |
| Context | 2 | -dn RCS output. | |
| Summary | 4 | -dc[n] context | |
| Unified | 8 | -dc[n] context | |
| IgnoreWhitespaceChanges | 16 | -dc[n] context | |
| IgnoreWhitespace | 32 | -dc[n] context | |
| IgnoreLineEndings | 64 | -dc[n] context | |
| Omit | 128 | The -s flag omits the diffs of files that were updated. | |
| Shelved | 256 | The -S flag lists files that are shelved for the specified changelist and displays diffs of the files against their previous revision. | |
| Force | 512 | The -f flag forces display of the descriptions in a restricted change. The -f flag requires 'admin' access, which is granted using 'p4 protect'. |