~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/hooks.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-27 08:54:19 UTC
  • mfrom: (3794.1.1 win32)
  • Revision ID: pqm@pqm.ubuntu.com-20081027085419-l71wbqyduwhl77n8
(mbp) Update osutils imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
Please use the ``post_change_branch_tip`` hook instead.
175
175
 
176
176
 
 
177
transform_fallback_location (Branch)
 
178
------------------------------------
 
179
 
 
180
Invoked as a stacked branch activates its fallback locations.
 
181
 
 
182
The hook signature is (branch, url) where:
 
183
 
 
184
  branch
 
185
    The branch being opened.  Note that as it does not yet have its
 
186
    fallback locations activated, the branch should be treated as
 
187
    half-built.
 
188
 
 
189
  url
 
190
    The URL that the branch specified for its fallback location.
 
191
 
 
192
The hook must return a URL for the branch containing the fallback
 
193
location. If multiple hooks are registered, the order in which they 
 
194
will be called is undefined and subject to change.
 
195
 
 
196
(New in 1.9)
 
197
 
 
198
 
177
199
server_started (SmartTCPServer)
178
200
-------------------------------
179
201