Fixed libbe.rcs.RCS.installed to handle missing backend binary.
authorwking <wking@mjolnir>
Thu, 25 Jun 2009 21:10:57 +0000 (17:10 -0400)
committerwking <wking@mjolnir>
Thu, 25 Jun 2009 21:10:57 +0000 (17:10 -0400)
commit3cc479535865e3e1948ce8812f12e1d0a34031c8
treecdcb4c3e85e1f1ad90d2041e8bf28b8a6964c90f
parent93402b914313e102aa56d5d59a2fead428ae8463
Fixed libbe.rcs.RCS.installed to handle missing backend binary.

This makes all the failed tests understandable, since they all crash
with strings like:
  AssertionError: Arch RCS not found
Which makes more sense than spitting out the raw CommandError.

It also means that installed_rcs() actually works now ;).
libbe/rcs.py