Hello,
We use Integrity Client version 10.6.
In the ClientGettingStartedGuide_Integrity_10_6.pdf document is written that
in order to open the Integrity Client GUI in Source Member History view we would have the following command:
integrity://localhost:9001/si/viewhistory?selection=source.java&project=%2FTestProject%2Fproject.pj
The supported options for the Source Member History view are:
si viewhistory
-project
-devpath
-projectrevision
The question is: is there any way to add some kind of --rfilter=range:low-high to the integrity://.../viewhistory client URL ?
range:low-high
selects revisions that are in the specified revision number range. For example:
--rfilter=range:1.100-1.200