Hi everyone,
Imagine the following situation:
I am inside a version.
At time T1 I perform some editing (startEdit-editing-stopEdit)
then at time T2 I perform more editing (startEdit-editing-stopEdit) and son on to time Tn.
Now I was wondering if it's possible to restore the version at time T1. Something like version.undoToSpecificMoment(T1)
I hope I have managed to explain my need clearly.
Thanks for your help.