I want to find all the merge arrows pointing to a certain version in a script. When I describe the version of the element with the following command:
ct describe filename@@/main/some_branch/3
I get in the result the following:
Hyperlinks:
Merge <- filename@@/main/other_branch/2
I want ct describe
to output only the relevant information to be used in my script, ie. the versions where the merge arrows come from. In my case, the output should look simply like this:
filename@@/main/other_branch/2
I didn't find any relevant parameters in the -fmt
from the man page. Is there any way of doing it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…