You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to be able to address snapshots not just with latest but also with something like latest-1, for example when diffing a file to figure out what happened between the current and previous snapshot.
Sort of like how to address git commits with HEAD and HEAD~1.
In a similar vain something like this with ids would be useful too, so one can address a snapshot and it's parent snapshots.
Maybe even in the positive ("future") direction, but I am not familiar enough with the code to know if that is feasible.
The text was updated successfully, but these errors were encountered:
It would be very useful to be able to address snapshots not just with
latest
but also with something likelatest-1
, for example when diffing a file to figure out what happened between the current and previous snapshot.Sort of like how to address git commits with
HEAD
andHEAD~1
.In a similar vain something like this with ids would be useful too, so one can address a snapshot and it's parent snapshots.
Maybe even in the positive ("future") direction, but I am not familiar enough with the code to know if that is feasible.
The text was updated successfully, but these errors were encountered: