Need to add operation type to the lshistory command (%o)
Operation kind — The operation that caused the event to take place; commonly, the name
of a cleartool subcommand. For example:
mkelem
mklabel
checkin
checkout
redsolo
added a comment - Need to add operation type to the lshistory command (%o)
Operation kind — The operation that caused the event to take place; commonly, the name
of a cleartool subcommand. For example:
mkelem
mklabel
checkin
checkout
"checkin" => RevisionFile::MODIFIED,
"mkelem" => RevisionFile::ADDED,
"rmelem" => RevisionFile::DELETED,
Bulk-updating all bugs fixed through 0.8.1 to VERIFIED. Part of cleanup for
0.8.2 release.