Flags for the describe command.

Namespace: Perforce.P4
Assembly: 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 nameValueDescription
None0 No flags.
RCS1 The -d flag deletes the specified stream (unless the stream is referenced by child streams or stream clients).
Context2 -dn RCS output.
Summary4 -dc[n] context
Unified8 -dc[n] context
IgnoreWhitespaceChanges16 -dc[n] context
IgnoreWhitespace32 -dc[n] context
IgnoreLineEndings64 -dc[n] context
Omit128 The -s flag omits the diffs of files that were updated.
Shelved256 The -S flag lists files that are shelved for the specified changelist and displays diffs of the files against their previous revision.
Force512 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