Merge branch 'jk/remote-helpers-in-python-3'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:25:34 +0000 (10:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:25:34 +0000 (10:25 -0800)
commit3e515b0d40d9ad483c4f1e076c2726d91ccc072d
treecc13ab3fb287adb12e4be67482e6907dea3dd201
parent9aea11dbc152726bbbe93630cc29b10c29d4f62e
parentae6037bc710b248946ed715fd659ef535ea78980
Merge branch 'jk/remote-helpers-in-python-3'

Prepare remote-helper test written in Python to be run with Python3.

* jk/remote-helpers-in-python-3:
  git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean"
  git-remote-testpy: fix path hashing on Python 3
  git-remote-testpy: call print as a function
  git-remote-testpy: don't do unbuffered text I/O
  git-remote-testpy: hash bytes explicitly
  svn-fe: allow svnrdump_sim.py to run with Python 3
  git_remote_helpers: use 2to3 if building with Python 3
  git_remote_helpers: force rebuild if python version changes
  git_remote_helpers: fix input when running under Python 3
  git_remote_helpers: allow building with Python 3