remote-testgit: factor out RemoteHelper class
commit9caec7ee5299f82787c3a13375fb8831be1d19dc
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jun 2012 22:38:05 +0000 (19 23:38 +0100)
treeeb4e7e5fc161f90d2440a88721187be8e6ea4ea6
parent268bb35b94ca44224a791d998cc53cb4bd2bf484
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]