[issue24031] Add git support to make patchcheck

Christian Heimes report at bugs.python.org
Wed Apr 22 22:29:35 CEST 2015


New submission from Christian Heimes:

'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.

----------
components: Build
files: patchcheck_git.patch
keywords: patch
messages: 241824
nosy: christian.heimes
priority: normal
severity: normal
stage: patch review
status: open
title: Add git support to make patchcheck
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file39174/patchcheck_git.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24031>
_______________________________________


More information about the Python-bugs-list mailing list