PerforceSourceCodeManagerUtilities.st
branchjv
changeset 17136 cb908d2ba02e
parent 17134 c4cce8b7a95d
parent 17088 4492c6d91ac5
child 18226 346376844040
equal deleted inserted replaced
17135:81b78926f09a 17136:cb908d2ba02e
  3759      filled with:
  3759      filled with:
  3760               #revision              -> the revision string
  3760               #revision              -> the revision string
  3761               #author                -> who checked that revision into the repository
  3761               #author                -> who checked that revision into the repository
  3762               #date                  -> when was it checked in
  3762               #date                  -> when was it checked in
  3763               #state                 -> the RCS state
  3763               #state                 -> the RCS state
  3764               #numberOfChangedLines  -> the number of changed line w.r.t the previous
       
  3765               #logMessage            -> the checkIn log message
  3764               #logMessage            -> the checkIn log message
  3766     "
  3765     "
  3767 
  3766 
  3768     |revLine1 atEnd|
  3767     |revLine1 atEnd|
  3769 
  3768 
  3781      filled with:
  3780      filled with:
  3782               #revision              -> the revision string
  3781               #revision              -> the revision string
  3783               #author                -> who checked that revision into the repository
  3782               #author                -> who checked that revision into the repository
  3784               #date                  -> when was it checked in
  3783               #date                  -> when was it checked in
  3785               #state                 -> the RCS state
  3784               #state                 -> the RCS state
  3786               #numberOfChangedLines  -> the number of changed line w.r.t the previous
       
  3787               #logMessage            -> the checkIn log message
  3785               #logMessage            -> the checkIn log message
  3788     "
  3786     "
  3789 
  3787 
  3790     | record revisionLineElements noOfRevisionLineElements posText|
  3788     | record revisionLineElements noOfRevisionLineElements posText|
  3791 
  3789