cannot compare several couple of clearcase file revision using --revision-range
Review Request #5154 — Created Dec. 23, 2013 and discarded
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 … |
jan.koprowski | |
Can you check that this split results in a 2-element list, and raise an error if not? |
david |