Replaced direct filesystem read from bugdir.py with RCS mediated read.
authorW. Trevor King <wking@drexel.edu>
Mon, 24 Nov 2008 12:31:51 +0000 (07:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 24 Nov 2008 12:31:51 +0000 (07:31 -0500)
commitd248dbca39e1e8a26a5aa9d39b28038690a406a0
treef730cd2e12e0d328b91b3636f2a30356c39c9da6
parent63a7726eba738fe2ed340027039ba655ff91898a
Replaced direct filesystem read from bugdir.py with RCS mediated read.

Also replaced utility.FileString with StringIO() in cmdutil.py, which
allowed the removal of utility.FileString and utility.get_file.

The only remaining file().read() outside the RCS framework is the read
in utility.editor_string(), but should probably not go through the
RCS.
libbe/bugdir.py
libbe/cmdutil.py
libbe/utility.py