Add wrapper for all gbp commands
authorGuido Günther <agx@sigxcpu.org>
Sun, 8 Jan 2012 18:35:34 +0000 (19:35 +0100)
committerGuido Günther <agx@sigxcpu.org>
Tue, 18 Jun 2013 21:55:05 +0000 (23:55 +0200)
commit12dce5f8469d5a6508df518134cae133d8da6efb
treec6c7d8b4507ea5a44b76bbd4566f1b71dfc3c8ba
parent75cbd9af3f63adbbaaa04187e749583be89a17e2
Add wrapper for all gbp commands

So like git you can now use gbp <command> instead of git-<command> or
gbp-<command>. The manpages and docs aren't adjusted yet.
gbp/__init__.py [changed mode: 0644->0755]
gbp/scripts/command.py [new file with mode: 0755]
setup.py
tests/16_test_wrapper.py [new file with mode: 0644]