Message264496
To create a patch accepted by Rietveld, you should clone the Mercurial
repository, apply your patch, and then regenerate the diff using
Mercurial:
Something like:
$ cd python_hg_clone
$ patch -p1 < ../git_patch.patch
$ hg diff > hg_diff.patch
To clone: hg clone https://hg.python.org/cpython/ |
|
Date |
User |
Action |
Args |
2016-04-29 13:06:42 | vstinner | set | recipients:
+ vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r, Demur Rumed |
2016-04-29 13:06:42 | vstinner | link | issue26647 messages |
2016-04-29 13:06:41 | vstinner | create | |
|