[Python-checkins] [python/cpython] 2abfdf: Issue #29798: Handle git worktree in patchcheck (#...

GitHub noreply at github.com
Sun Apr 9 04:33:04 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2abfdf5a81383d3b1ed6b7321903a9a168c373c5
      https://github.com/python/cpython/commit/2abfdf5a81383d3b1ed6b7321903a9a168c373c5
  Author: Nick Coghlan <ncoghlan at gmail.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M Tools/scripts/patchcheck.py

  Log Message:
  -----------
  Issue #29798: Handle git worktree in patchcheck (#1058)

The original attempted fix missed an `isdir()` call in
`get_base_branch()`.




More information about the Python-checkins mailing list