Rev 2770: Tweak hook documentation (Kent Gibson) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Aug 30 18:14:49 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2770
revision-id: pqm at pqm.ubuntu.com-20070830171447-t9j1u709q4yw63lh
parent: pqm at pqm.ubuntu.com-20070830044451-flsqsh6qsc4j4h75
parent: abentley at panoramicfeedback.com-20070830155536-zyv00kx45ppts4xg
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-08-30 18:14:47 +0100
message:
Tweak hook documentation (Kent Gibson)
modified:
doc/en/user-guide/hooks.txt hooks.txt-20070829200551-7nr6e5a1io6x78uf-1
doc/en/user-reference/hooks.txt hooks.txt-20070830033044-xxu2rced13f72dka-1
------------------------------------------------------------
revno: 2769.1.1
merged: abentley at panoramicfeedback.com-20070830155536-zyv00kx45ppts4xg
parent: pqm at pqm.ubuntu.com-20070830044451-flsqsh6qsc4j4h75
committer: Aaron Bentley <abentley at panoramicfeedback.com>
branch nick: bzr.docs
timestamp: Thu 2007-08-30 11:55:36 -0400
message:
Tweak Hook documentation
=== modified file 'doc/en/user-guide/hooks.txt'
--- a/doc/en/user-guide/hooks.txt 2007-08-30 03:36:01 +0000
+++ b/doc/en/user-guide/hooks.txt 2007-08-30 15:55:36 +0000
@@ -27,7 +27,7 @@
installed any plugins, you may need to create the ``plugins`` directory).
First, we define a function that will be run after ``push`` completes. We
-could also use an intance method or a callable object. All push hooks take a
+could also use an instance method or a callable object. All push hooks take a
single argument, the ``push_result``.
Next, we install the hook. ``'post_push'`` identifies where we want to install
=== modified file 'doc/en/user-reference/hooks.txt'
--- a/doc/en/user-reference/hooks.txt 2007-08-30 03:36:01 +0000
+++ b/doc/en/user-reference/hooks.txt 2007-08-30 15:55:36 +0000
@@ -39,7 +39,7 @@
The api signature is (local, master, old_revno, old_revid, new_revno,
new_revid) where local is the local branch or None, master is the target
-branch, and an empty branch recieves new_revno of 0, new_revid of None.
+branch, and an empty branch receives new_revno of 0, new_revid of None.
set_rh
######
More information about the bazaar-commits
mailing list