List backup points and revert to specific ones
`topydo revert ls` will now show all saved backup points with position number (starting with 1), date and time of relevant action, and its label. `topydo revert 2` will revert to a point **before** the backup point marked as 2 in `topydo revert ls` (i.e. it will go 2 changes backwards or phrasing more naturally: revert last 2 changes). Warning: changes between between current state and desired backup point are also deleted to avoid false assumption that our backups can be treated as some sort of atomic "patches".
Showing
Please register or sign in to comment