abapinho / abapTimeMachine

ABAP Time Machine provides a much needed way to look at past versions of code in a consistent way. It also provides a sort of git-blame for ABAP (shows the request and author that last modified each line of code).
MIT License
65 stars 12 forks source link

Allow for full rollbacks to desired moment in time #91

Open nununo opened 3 years ago

nununo commented 3 years ago

This will enable what SAP doesn't provide: consistently rolling back a whole class, function group or program+includes.

Vascob45 commented 3 years ago

Awesome idea!

nununo commented 3 years ago

Started implementing it in 35d4f00f67a0cb7fe3ec46f413219cbd3aad73c3.