remote-testgit: factor out RemoteHelper class
commit0d2aabc81fe9d36d8aea27ed566a90e8225a11e1
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 16 Jan 2013 09:52:34 +0000 (16 09:52 +0000)
tree6e7b0d7983c1c75bd7f554c25bb83e2dd247468e
parent785187c116a953cbedf1b3b882fd9456ccd2106c
remote-testgit: factor out RemoteHelper class

Facilitate writing import-export based helpers in python by
refactoring common code to a base class.

[jes: rebased to newer upstream Git]

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
git-remote-testgit.py
git_remote_helpers/git/importer.py
git_remote_helpers/helper.py [new file with mode: 0644]