- Change Summary:
-
fix description
- Description:
-
~ DE391 rbtools upload failed often when clearcase diff contain a version 0 of file
~ replace revision /streamname/0 by their clearcase predecessor ie parentstream/N (N is origin revision of file in parent stream)
linked with https://reviews.reviewboard.org/r/5168
clearcase review requests often fail in multi-site mode because oid are not available yet on server (rbtools)
Review Request #5184 — Created Jan. 3, 2014 and submitted
replace revision /streamname/0 by their clearcase predecessor ie parentstream/N (N is origin revision of file in parent stream)
linked with https://reviews.reviewboard.org/r/5168
create clearcase review request using --ucm-activity in a fresh stream ie containing /streamname/0 versions
Description | From | Last Updated |
---|---|---|
'file' is a reserved word in python. This will work, but in order to be more correct, can we call … |
david | |
Sentences in comments should start with a capital letter and end in a period. |
david | |
Please pass format arguments as additional arguments to logging.* |
david | |
This looks like it could be one line and still be less than 79 columns. |
david | |
Please pass format arguments as additional arguments to logging.* |
david | |
Put a blank line between the first line of a docstring (the summary) and the rest. The final """ should … |
david | |
Please wrap this to 79 columns. Also, sentences in comments should start with a capital letter and end with a … |
david |
-
-
'file' is a reserved word in python. This will work, but in order to be more correct, can we call this something like 'filename' or 'path'?
-
-
-
-
-
Put a blank line between the first line of a docstring (the summary) and the rest.
The final """ should also go on its own line.
-
Please wrap this to 79 columns. Also, sentences in comments should start with a capital letter and end with a period.