Now we use PYTHON_PATH properly, and also we are able to do:

  make -C contrib/remote-helpers install

Felipe Contreras (5):
  remote-helpers: generate scripts
  build: fix installation of scripts
  remote-helpers: rename tests
  remote-helpers: allow direct test execution
  remote-helpers: add exec-path links

 Makefile                                 |   10 +-
 contrib/remote-helpers/.gitignore        |    2 +
 contrib/remote-helpers/Makefile          |   27 +-
 contrib/remote-helpers/git-remote-bzr    |  960 -----------------------
 contrib/remote-helpers/git-remote-bzr.py |  960 +++++++++++++++++++++++
 contrib/remote-helpers/git-remote-hg     | 1220 ------------------------------
 contrib/remote-helpers/git-remote-hg.py  | 1220 ++++++++++++++++++++++++++++++
 contrib/remote-helpers/test-bzr.sh       |  361 ---------
 contrib/remote-helpers/test-bzr.t        |  362 +++++++++
 contrib/remote-helpers/test-hg-bidi.sh   |  240 ------
 contrib/remote-helpers/test-hg-bidi.t    |  241 ++++++
 contrib/remote-helpers/test-hg-hg-git.sh |  527 -------------
 contrib/remote-helpers/test-hg-hg-git.t  |  528 +++++++++++++
 contrib/remote-helpers/test-hg.sh        |  692 -----------------
 contrib/remote-helpers/test-hg.t         |  693 +++++++++++++++++
 15 files changed, 4034 insertions(+), 4009 deletions(-)
 create mode 100644 contrib/remote-helpers/.gitignore
 delete mode 100755 contrib/remote-helpers/git-remote-bzr
 create mode 100755 contrib/remote-helpers/git-remote-bzr.py
 delete mode 100755 contrib/remote-helpers/git-remote-hg
 create mode 100755 contrib/remote-helpers/git-remote-hg.py
 delete mode 100755 contrib/remote-helpers/test-bzr.sh
 create mode 100755 contrib/remote-helpers/test-bzr.t
 delete mode 100755 contrib/remote-helpers/test-hg-bidi.sh
 create mode 100755 contrib/remote-helpers/test-hg-bidi.t
 delete mode 100755 contrib/remote-helpers/test-hg-hg-git.sh
 create mode 100755 contrib/remote-helpers/test-hg-hg-git.t
 delete mode 100755 contrib/remote-helpers/test-hg.sh
 create mode 100755 contrib/remote-helpers/test-hg.t

-- 
1.8.4-fc

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to