I would like to display the content changed between two labels for a file specified.
I did this using find command of cleartool
earlier, but this was a two way process:
- First determine the elements changed between two labels using the
-version
switch in find - and then pass the two versions for a file in the
diff
serial switch to display the output.
What I need now is to have the same done using a single command wherein I will specify the filename and the two labels.
Any help will be appreciated.