Rev 5432: Fix typo in Branch.pre_commit HookPoint docstring. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Sep 24 09:40:33 BST 2010
At file:///home/vila/src/bzr/releases/work/
------------------------------------------------------------
revno: 5432
revision-id: v.ladeuil+lp at free.fr-20100924084033-0ehn0nrovthrhuvo
parent: v.ladeuil+lp at free.fr-20100920120538-1xxzn8zcc2lr1cz8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: work
timestamp: Fri 2010-09-24 10:40:33 +0200
message:
Fix typo in Branch.pre_commit HookPoint docstring.
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py 2010-09-09 00:32:58 +0000
+++ b/bzrlib/branch.py 2010-09-24 08:40:33 +0000
@@ -1819,7 +1819,7 @@
"with a bzrlib.branch.PullResult object and only runs in the "
"bzr client.", (0, 15), None))
self.create_hook(HookPoint('pre_commit',
- "Called after a commit is calculated but before it is is "
+ "Called after a commit is calculated but before it is "
"completed. pre_commit is called with (local, master, old_revno, "
"old_revid, future_revno, future_revid, tree_delta, future_tree"
"). old_revid is NULL_REVISION for the first commit to a branch, "
More information about the bazaar-commits
mailing list