Issue 24031: Add git support to make patchcheck (original) (raw)
Created on 2015-04-22 20:29 by christian.heimes, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
patchcheck_git.patch | christian.heimes,2015-04-22 20:29 | review |
Messages (4) | ||
---|---|---|
msg241824 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2015-04-22 20:29 |
'make patchcheck' supports only Mercurial checkouts. The tool uses the 'hg status' command to find modified files. My patch implements 'git status' support in order to make the patch check tool available on git checkouts. | ||
msg241840 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2015-04-23 03:59 |
LGTM | ||
msg241856 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-04-23 09:26 |
New changeset 0f9c43fb189d by Christian Heimes in branch '3.4': Issue #24031: make patchcheck now supports git checkouts, too. https://hg.python.org/cpython/rev/0f9c43fb189d New changeset d1b706e57fbe by Christian Heimes in branch 'default': Issue #24031: make patchcheck now supports git checkouts, too. https://hg.python.org/cpython/rev/d1b706e57fbe | ||
msg241857 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2015-04-23 09:26 |
Thanks! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:15 | admin | set | github: 68219 |
2015-04-23 09:26:32 | christian.heimes | set | status: open -> closedresolution: fixedmessages: + stage: commit review -> resolved |
2015-04-23 09:26:09 | python-dev | set | nosy: + python-devmessages: + |
2015-04-23 03:59:05 | berker.peksag | set | nosy: + berker.peksagmessages: + stage: patch review -> commit review |
2015-04-22 20:29:35 | christian.heimes | create |