remote-testgit: factor out RemoteHelper class
commite76054882e7a85ba4158e13b9ffdb06f3f37ad32
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:49:12 +0000 (28 21:49 -0500)
treea8871a016f64efdf7c25e33fccc2aed71d05d9fc
parent7a475a28a5988fbd7b2e6bae07a89a890f5feeb6
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]