.sync_with_disk fixes for libbe.bugdir and .comment.
authorW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 09:11:33 +0000 (05:11 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 09:11:33 +0000 (05:11 -0400)
commit58e2b9fe7a13e7cd99e085059867453496712593
tree0a6cec44cea18509f4cb0ef58a8201ef4280b727
parent7c5b0f7abd46b2a6e093e47f7429e5f6c3eadab0
.sync_with_disk fixes for libbe.bugdir and .comment.

In BugDir, only call bug.remove if bug.sync_with_disk==True.  If it's
just in memory, automatic garbage collection is sufficient cleanup.

Comment.set_sync_with_disk() had been setting .sync_with_disk=True
regardless of the value passed in.  Fixed now.

Also some minor textual adjustments.
libbe/bugdir.py
libbe/comment.py