DescribeChangelistCmdFlags Enumeration
|
Flags for the describe command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum DescribeChangelistCmdFlags
<FlagsAttribute>
Public Enumeration DescribeChangelistCmdFlags
[FlagsAttribute]
public enum class DescribeChangelistCmdFlags
[<FlagsAttribute>]
type 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'.
|
See Also