Added in_memory to BugDir.__init__ to disable saving/loading completely.
authorW. Trevor King <wking@drexel.edu>
Sat, 25 Jul 2009 12:59:38 +0000 (08:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 25 Jul 2009 12:59:38 +0000 (08:59 -0400)
commitfa7dd91cd88377e8c41967ef00a9d31e44cb697b
treeaed4b36f54a4e73d73ba9f6d65995b6566adacea
parenta3d5316acfe99f835404d4f8728e5f8acaad4eff
Added in_memory to BugDir.__init__ to disable saving/loading completely.

The previous simple_bug_dir(on_disk==False) supprised me by loading my
BE bugdir when called from the BE directory.  This functionality could
probably move out to Bug and Comment as well, but I have avoided that
for now.
libbe/bugdir.py