cpython: d1b706e57fbe (original) (raw)

Mercurial > cpython

changeset 95785:d1b706e57fbe

Issue #24031: make patchcheck now supports git checkouts, too. [#24031]

Christian Heimes christian@python.org
date Thu, 23 Apr 2015 11:25:41 +0200
parents f60f65507d8e(current diff)0f9c43fb189d(diff)
children bd656916586f
files Misc/NEWS
diffstat 2 files changed, 29 insertions(+), 9 deletions(-)[+] [-] Misc/NEWS 4 Tools/scripts/patchcheck.py 34

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -41,6 +41,10 @@ Documentation

--- a/Tools/scripts/patchcheck.py +++ b/Tools/scripts/patchcheck.py @@ -49,15 +49,31 @@ def mq_patches_applied(): @status("Getting the list of files that have been added/changed", info=lambda x: n_files_str(len(x))) def changed_files():

-

def report_modified_files(file_paths):