Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 19:54:11 +0000 (14:54 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 19:54:11 +0000 (14:54 -0500)
commitbb8dd5066f730f9bb0ac0398bf9a167e9736a808
tree23a68fb2476d40033af7f3b8d6429a315e2b0a82
parent85fd7e2681005e8b47ffc1e73fcc0cca93025921
Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).

In it's previous form it had ignored the binary option if
self._use_vcs() returned False.

Also added a few more details to the docstring, explaining the
arguments.
libbe/vcs.py