This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Ido Michael, barry, belopolsky, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, ezio.melotti, ghaering, gmwils, gpolo, michael.foord, ned.deily, r.david.murray, rhettinger, tarek, theller, zach.ware
Date 2020-03-15.17:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584293977.45.0.786165018292.issue10572@roundup.psfhosted.org>
In-reply-to
Content
I would advise against this for two reasons:

- git does not track renames, contrart to Mercurial, so every log/diff command needs to analyse files to determine if something was moved rather than deleted + created; the matching can change depending on a command-line param, and git log needs a --follow option.

- github does not apply --follow, so history for moved files is not useful: https://github.com/idomic/cpython/commits/bpo-10572-testlibs/Lib/test/tkinter_test/test_tkinter/test_widgets.py (for some reason, annotate works: https://github.com/idomic/cpython/blame/bpo-10572-testlibs/Lib/test/tkinter_test/test_tkinter/test_widgets.py )
History
Date User Action Args
2020-03-15 17:39:37eric.araujosetrecipients: + eric.araujo, barry, brett.cannon, theller, rhettinger, ghaering, belopolsky, benjamin.peterson, tarek, gpolo, ned.deily, ezio.melotti, r.david.murray, michael.foord, berker.peksag, zach.ware, gmwils, Ido Michael
2020-03-15 17:39:37eric.araujosetmessageid: <1584293977.45.0.786165018292.issue10572@roundup.psfhosted.org>
2020-03-15 17:39:37eric.araujolinkissue10572 messages
2020-03-15 17:39:37eric.araujocreate