标签: github pull-request
在给定github pull请求的情况下,我试图找到一种快速的方法来检索添加的行号列表。 例如,我的目标是获得类似以下的内容:
file1.py: A [1,6,7-19,23] # lines 1,6,7-19,23 have been added to file1.py file2.py: A [35] # line 35 has been added to file2.py
对于给定的拉取请求。