Message287555
Serhiy Storchaka added the comment:
> I would delay pushing this change until CPython repository be converted to Git. I heard Git better supports moving a code between files. And perhaps it might be easier to do this change by several commits -- separately moving a code from different files.
Mercurial requires to use "hg cp file1.c file2.c" to keep file1
history in file2.
Git doesn't care. It is "smarter" (more convenient?). It uses an
heuristic to automatically detect when code is moved between files.
The migration to GitHub is ongoing, we are no more able to push to
Mercurial anyway :-D
Any remark about call.c content itself? Does it look good to you? |
|
Date |
User |
Action |
Args |
2017-02-10 17:13:32 | vstinner | set | recipients:
+ vstinner, methane, serhiy.storchaka |
2017-02-10 17:13:32 | vstinner | link | issue29524 messages |
2017-02-10 17:13:32 | vstinner | create | |
|