commit | 76523d3afa7a111db946ad0bbb093244083cf62e | [log] [tgz] |
---|---|---|
author | Chris Withers <[email protected]> | Sat Apr 27 15:47:35 2019 +0100 |
committer | Chris Withers <[email protected]> | Tue Apr 30 08:39:55 2019 +0100 |
tree | 23da52adb50299ccdebce5ed5499eb08a385b4c5 | |
parent | 20f9d7510977b415b9f038e2795daae603dd7fed [diff] [blame] |
clarify this message
diff --git a/backport.py b/backport.py index 7719dc4..c8eeda8 100644 --- a/backport.py +++ b/backport.py
@@ -32,7 +32,7 @@ f'-- Lib/unittest/mock.py Lib/unittest/test/testmock/', repo=cpython_repo).split() revs.reverse() - print(f'{len(revs)} patches to backport') + print(f'{len(revs)} patches that may need backporting') return revs