Merge lp:~bialix/bzr/doc into lp:bzr/2.2

Proposed by Alexander Belchenko
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 5074
Proposed branch: lp:~bialix/bzr/doc
Merge into: lp:bzr/2.2
Diff against target: 12 lines (+1/-1)
1 file modified
bzrlib/branch.py (+1/-1)
To merge this branch: bzr merge lp:~bialix/bzr/doc
Reviewer Review Type Date Requested Status
Jelmer Vernooij (community) Approve
Review via email: mp+32303@code.launchpad.net

Commit message

trivial doc change to provide better docs in html format (space between two sentences needed)

Description of the change

Trivial fix to make the docs http://doc.bazaar.canonical.com/bzr.2.2/en/user-reference/hooks-help.html#automatic-tag-name looks better (between 1st and 2nd sentences there is need a space).

Please, merge.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
Martin Pool (mbp) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/branch.py'
2--- bzrlib/branch.py 2010-07-14 08:53:58 +0000
3+++ bzrlib/branch.py 2010-08-11 10:24:43 +0000
4@@ -1861,7 +1861,7 @@
5 "all are called with the url returned from the previous hook."
6 "The order is however undefined.", (1, 9), None))
7 self.create_hook(HookPoint('automatic_tag_name',
8- "Called to determine an automatic tag name for a revision."
9+ "Called to determine an automatic tag name for a revision. "
10 "automatic_tag_name is called with (branch, revision_id) and "
11 "should return a tag name or None if no tag name could be "
12 "determined. The first non-None tag name returned will be used.",

Subscribers

People subscribed via source and target branches