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

Distinguish between temporary versions #105

Closed nununo closed 3 years ago

nununo commented 3 years ago

They're currently being aggregated under the same open TR (or LOCAL).

They should either be distinguished in the aggregated TRs or a new versions aggregated table should be added. Probably the latter.

nununo commented 3 years ago

Hum... I think I will disregard this. The temporary versions are code that is part of an unreleased TR (or belonging to a local package) after all. So I don't really see how these could be aggregated in any other way besides the TR.