libbe.rcs.RCS.commit() now actually calls .pre/postcommit().
authorW. Trevor King <wking@drexel.edu>
Thu, 23 Jul 2009 15:43:04 +0000 (11:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 23 Jul 2009 15:43:04 +0000 (11:43 -0400)
commitcaf0111d9c571ac268c235880e6d18fa512e9efa
treeb498654ed1dcbdbba94605292c280c883c5e9faa
parent678d074ba2d20c22255abdcc8c41f3c0e2ec2c2a
libbe.rcs.RCS.commit() now actually calls .pre/postcommit().

It hadn't before, which defeats the Pu purpose of hook functions.
This hand't caused any problems though, since only libbe.bzr defined a
postcommit() and there were no precommit() definitions.

Bzr's postcommit() had been to auto-merge from the default merge
source.  Yikes!  Removed that ;).
libbe/bzr.py
libbe/rcs.py