|
|
|
|
|
by rurp
1597 days ago
|
|
Not everyone uses PyCharm, but if you do it's really easy to highlight a specific code block and look through the git commit history for that section. I've used it many times for this exact type of problem, trying to find when the last substantive change happened. To do this just highlight the block, right click, and choose Git > Show History for Selection. |
|