Fixed broken path in libbe.rcs.RCS._rcs_get_file_contents(binary=True).
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 14:29:11 +0000 (10:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 14:29:11 +0000 (10:29 -0400)
commite8f8975d1d76e18ba1e8da1f095568c54c9ea6b0
tree04e2f16b67989cc631d316b5ddb3301aad1843f5
parent2f2378b56b6293091fe38ed165f262785ee3cb42
Fixed broken path in libbe.rcs.RCS._rcs_get_file_contents(binary=True).

I'd forgotten to prefix the directory root, so calling
  be show --only-raw-body COMMIT-ID
would fail if you weren't executing it in the repository root.
libbe/rcs.py