abapTimeMachine
provides a simple way to look at past versions of classes, function groups, etc, as a whole (as opposed to the crappy native include-oriented approach). Alternatively, it also partially emulates git-blame by showing "what revision and author last modified each line of a file" for any given version.
ABAP's versioning system is unbelievably bad. There is no native way to see how a whole class or a whole function group were at a given time in the past. Besides, it makes it very hard to find out which user was responsible for which changes. abapTimeMachine
is here to solve both these problems.
Please read the Wiki to learn how to install and use ZTIMEMACHINE
.
- ABAP Version: 7.40 or higher
- abapGit
For questions/comments/bugs/feature requests/wishes please create an issue.
- Most code by Nuno Godinho
- Diff algorithm and syntax highlighter parcially copied from abapGit