PerforceSourceCodeManagerUtilities.st
changeset 17088 4492c6d91ac5
parent 16954 5e6f9500fc12
child 17136 cb908d2ba02e
child 17506 479a4fc186f8
equal deleted inserted replaced
17087:eff5471c3404 17088:4492c6d91ac5
  3741      filled with:
  3741      filled with:
  3742               #revision              -> the revision string
  3742               #revision              -> the revision string
  3743               #author                -> who checked that revision into the repository
  3743               #author                -> who checked that revision into the repository
  3744               #date                  -> when was it checked in
  3744               #date                  -> when was it checked in
  3745               #state                 -> the RCS state
  3745               #state                 -> the RCS state
  3746               #numberOfChangedLines  -> the number of changed line w.r.t the previous
       
  3747               #logMessage            -> the checkIn log message
  3746               #logMessage            -> the checkIn log message
  3748     "
  3747     "
  3749 
  3748 
  3750     |revLine1 atEnd|
  3749     |revLine1 atEnd|
  3751 
  3750 
  3763      filled with:
  3762      filled with:
  3764               #revision              -> the revision string
  3763               #revision              -> the revision string
  3765               #author                -> who checked that revision into the repository
  3764               #author                -> who checked that revision into the repository
  3766               #date                  -> when was it checked in
  3765               #date                  -> when was it checked in
  3767               #state                 -> the RCS state
  3766               #state                 -> the RCS state
  3768               #numberOfChangedLines  -> the number of changed line w.r.t the previous
       
  3769               #logMessage            -> the checkIn log message
  3767               #logMessage            -> the checkIn log message
  3770     "
  3768     "
  3771 
  3769 
  3772     | record revisionLineElements noOfRevisionLineElements posText|
  3770     | record revisionLineElements noOfRevisionLineElements posText|
  3773 
  3771