-
Committer:
NamNguyen
-
Date:
2007-08-27 08:38:37 UTC
-
mto:
(2789.1.1 ianc-integration)
-
mto:
This revision was merged to the branch mainline in
revision
2790.
-
Revision ID:
namnguyen-20070827083837-t6a5oewzvdct6j8i
branch.py:
   * ``pre_commit`` hook's signature is changed to::
   hook(local, master, old_revno, old_revid, future_revno, future_revid,
        tree_delta, future_tree)
   * made it clear that pre_commit hooks must not modify neither
     the delta nor future_tree
commit.py:
   * replaced ``affected_ids`` with ``tree_delta``
   * only compute ``future_tree`` and ``tree_delta`` once