remote-testgit: factor out RemoteHelper class
commitf02f2e0752d49e834baa973136ecaed680c47fdf
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 16:22:22 +0000 (3 11:22 -0500)
treed3e13f80530537352ea90d529033f2058e49d9f7
parentadf30ac76f65b118b9fb07f1b4423f7c2956ff6b
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]