Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: d6d943a090cffa8925fb5a5d92357dbdb15040c5 https://github.com/python/cpython/commit/d6d943a090cffa8925fb5a5d92357dbdb15040c5 Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年04月09日 (2017年4月09日) Changed paths: M Tools/scripts/patchcheck.py Log Message: ----------- Issue #29798: Handle git worktree in patchcheck (#1057) The original attempted fix missed an `isdir()` call in `get_base_branch()`.