In git
there is the ^
caret notation to indicate the notion of what is before it.
In tf.exe commandline, I have to put 2 changeset numbers in order to the a diff. I am only interested in the diff against the previous changeset so I like the below to work, but it is not working:
tf diff path/to/file.cpp /version:^69~69
Rationale is that, I don't want the hassle of cut and pasting and searching what the previous changeset number is.