Change Summary:
add co-author
Description: |
|
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Depends On: |
|
Review Request #5155 — Created Dec. 23, 2013 and discarded
Information | |
---|---|
delyn | |
RBTools | |
master | |
3174 | |
Reviewers | |
rbtools | |
jan.koprowski |
currently tracking changes in a branch or several revisions are supported. However since other SCM, clearcase proposes a system of label/tag ie lbtype
It is very useful to compare a clearcase directory between two labels or between one label and current checked in codethis has been implemented through --revision-range option. When it does not contains clearcase revision token "@@", we consider requesting a diff between labels
following are supported:
--revision-range=label1 # compares recursively current directory ie .@@/label1 with current checked in files ie .@@.../LATEST (a temporary lbtype is created to perform this diff efficiently
--revision-range="label1;label2" # compares recursively current directory ie .@@/label1 with .@@/label2co-author:
Christophe RABU
$ cd /vobs/vobtag/subdir or /vobs/vobtag
post-review --revision-range=label1
OK
$ post-review --revision-range="label1;label2"
OK
$ post-review --revision-range="label1;label2;something"
KO
add co-author
Description: |
|
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Depends On: |
|
restore ";" as default delimiter see https://reviews.reviewboard.org/r/5158
check checkedout files before trying to set a label
return an error id revision_range option is not recognized
change some typos
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 2 (+242 -19) |