Rev 2302: Update hook docs in http://sourcefrog.net/bzr/resultobj

Martin Pool mbp at sourcefrog.net
Sun Feb 25 10:41:34 GMT 2007


At http://sourcefrog.net/bzr/resultobj

------------------------------------------------------------
revno: 2302
revision-id: mbp at sourcefrog.net-20070225104133-nd8tyugcozbq1uox
parent: mbp at sourcefrog.net-20070225104016-np1gvynr1nqkbnpo
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: resultobj
timestamp: Sun 2007-02-25 21:41:33 +1100
message:
  Update hook docs
modified:
  bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2007-02-25 10:40:16 +0000
+++ b/bzrlib/branch.py	2007-02-25 10:41:33 +0000
@@ -821,6 +821,8 @@
         self['set_rh'] = []
         # invoked after a push operation completes.
         # the api signature is
+        # (push_result)
+        # containing the members
         # (source, local, master, old_revno, old_revid, new_revno, new_revid)
         # where local is the local branch or None, master is the target 
         # master branch, and the rest should be self explanatory. The source
@@ -829,6 +831,8 @@
         self['post_push'] = []
         # invoked after a pull operation completes.
         # the api signature is
+        # (pull_result)
+        # containing the members
         # (source, local, master, old_revno, old_revid, new_revno, new_revid)
         # where local is the local branch or None, master is the target 
         # master branch, and the rest should be self explanatory. The source




More information about the bazaar-commits mailing list