small improvements of the version control systems handling:
commit6b45cc77fd16c380f203c8d9b6b705929f9b3bfb
authorsumpfralle <sumpfralle@54714841-351b-0410-a198-e36a94b762f5>
Fri, 4 Jul 2008 01:04:22 +0000 (4 01:04 +0000)
committersumpfralle <sumpfralle@54714841-351b-0410-a198-e36a94b762f5>
Fri, 4 Jul 2008 01:04:22 +0000 (4 01:04 +0000)
treebbc93984bc7eeca1bed90ca2a7887fb51891d69a
parent817a9a9c5eac1927c19799b6173e8982c28489ac
small improvements of the version control systems handling:
 - fix improper except statement (exceptions tuple instead of a list)
 - avoid lists as default parameter values
 - add function for collecting the list of available version control systems
 - print the list of available VCS if __init__.py is executed without parameters

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/translate@7712 54714841-351b-0410-a198-e36a94b762f5
storage/versioncontrol/__init__.py