~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-reference/hooks.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-30 17:14:47 UTC
  • mfrom: (2769.1.1 bzr.docs)
  • Revision ID: pqm@pqm.ubuntu.com-20070830171447-t9j1u709q4yw63lh
Tweak hook documentation (Kent Gibson)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
The api signature is (local, master, old_revno, old_revid, new_revno,
41
41
new_revid) where local is the local branch or None, master is the target
42
 
branch, and an empty branch recieves new_revno of 0, new_revid of None.
 
42
branch, and an empty branch receives new_revno of 0, new_revid of None.
43
43
 
44
44
set_rh
45
45
######