~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/tales.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-03-02 06:47:18 UTC
  • mfrom: (12508.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20110302064718-cyj5w2o9an84gsb0
[rs=wgrant][rollback=12489] Revert r12505 and 12489. The former was
 meant to fix the latter, but broke more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
 
499
499
    >>> login_person(fooix.owner, LaunchpadTestRequest())
500
500
    >>> fooix.development_focus.branch = branch
501
 
    >>> from lp.services.propertycache import clear_property_cache
502
 
    >>> clear_property_cache(branch)
503
501
    >>> print test_tales("branch/fmt:bzr-link", branch=branch)
504
502
    <a href=".../~eric/fooix/bar" class="sprite branch">lp://dev/fooix</a>
505
503