made with_exceptions=True default (don't look before you leak ;)) and removed the...
authorFlorian Apolloner <florian@apolloner.eu>
Fri, 20 Jun 2008 21:22:52 +0000 (23:22 +0200)
committerFlorian Apolloner <florian@apolloner.eu>
Fri, 20 Jun 2008 21:22:52 +0000 (23:22 +0200)
commit5b01b589e7a19d6be5bd6465e600f84aa8015282
treeb1ff3f59c4cac75bcb0e2124b68dd75bf42d1f1f
parent66beac619ba944afeca9d15c56ccc60d5276a799
made with_exceptions=True default (don't look before you leak ;)) and removed the combined output of stderr and stdout.
Also renamed with_status to extended_output.
The method_missing function needs to be modified, as it does a kwargs.pop(xxx, None); which resulted in with_excpetions=None -> False all the time...
Test should follow tomorrow.
lib/git/cmd.py
lib/git/errors.py
test/git/test_git.py