egoexpress / innoxmpp

Python XMPP admin 'bots' based on the SleekXMPP library
2 stars 1 forks source link

Add option to set default repository for git operations #9

Closed egoexpress closed 11 years ago

egoexpress commented 11 years ago

Add an option to GitBot (e.g. 'setrepo') so a default repository for the running bot can be set. Further on the repository parameter for e.g. 'push' or 'pull' can be omitted. Also add an option to unset the default repo.

egoexpress commented 11 years ago

'checkout' also works with a set default repository (via 'setrepo'). 'push' still needs support, though.