~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-26 20:45:36 UTC
  • mfrom: (5430.4.5 work)
  • Revision ID: pqm@pqm.ubuntu.com-20100926204536-r6bulp4pif3l0xep
(vila) SRU bug nomination clarifications (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1819
1819
            "with a bzrlib.branch.PullResult object and only runs in the "
1820
1820
            "bzr client.", (0, 15), None))
1821
1821
        self.create_hook(HookPoint('pre_commit',
1822
 
            "Called after a commit is calculated but before it is is "
 
1822
            "Called after a commit is calculated but before it is "
1823
1823
            "completed. pre_commit is called with (local, master, old_revno, "
1824
1824
            "old_revid, future_revno, future_revid, tree_delta, future_tree"
1825
1825
            "). old_revid is NULL_REVISION for the first commit to a branch, "