-
-
rbtools/clients/clearcase.py (Diff revision 1) Can you check that this split results in a 2-element list, and raise an error if not?
-
Can you also change the documentation to explain that multiple file comparisons can be added by separating with ';' ?
cannot compare several couple of clearcase file revision using --revision-range
Review Request #5154 — Created Dec. 23, 2013 and discarded
Information | |
---|---|
delyn | |
RBTools | |
master | |
3173 | |
Reviewers | |
rbtools | |
token delimiter ";" and zip does not allow to generate a list of revision range for do_diff
$ post-review --revision-range="file1@@/main/branch/1:file1@@/main/branch/2;file2@@/main/branch/1:file2@@/main/branch/5" --output-diff |grep +++
+++ file1@@/main/branch/2 2013-06-06 10:04:01.000000000 +0200
+++ file2@@/main/branch/5 2013-06-19 09:36:13.000000000 +0200
Description | From | Last Updated |
---|---|---|
Hi this is strange. Did you try split everything by ';' and do not use ':' as separator between two … |
|
|
Can you check that this split results in a 2-element list, and raise an error if not? |
|
-
-
rbtools/clients/clearcase.py (Diff revision 1) Hi this is strange. Did you try split everything by ';' and do not use ':' as separator between two versions of the same file? This should work.