~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/doc/branch-visibility.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-29 01:49:37 UTC
  • mfrom: (13316.3.4 syncUpdate-huh)
  • Revision ID: launchpad@pqm.canonical.com-20110629014937-h26dx50bi1s1jz6q
[r=jml][no-qa] Remove syncUpdate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
 
189
189
    >>> login('foo.bar@canonical.com')
190
190
 
191
 
The syncUpdate call is necessary to make sure the database has the
192
 
private flag set correctly for the branch.
193
 
 
194
 
    >>> from canonical.launchpad.ftests import syncUpdate
195
 
    >>> syncUpdate(branch)
196
 
 
197
191
    >>> branch_set = getUtility(IBranchSet)
198
192
 
199
193
Anonymous users see just the public branches.