~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/stories/webservice/xx-branch.txt

  • Committer: Robert Collins
  • Date: 2011-02-27 19:45:44 UTC
  • mfrom: (12475 launchpad)
  • mto: This revision was merged to the branch mainline in revision 12481.
  • Revision ID: robert@canonical.com-20110227194544-wt0gq1zm7b4s9piw
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    owner_link: u'.../~eric'
131
131
    private: False
132
132
    project_link: u'.../fooix'
 
133
    recipes_collection_link: u'http://.../~eric/fooix/trunk/recipes'
133
134
    registrant_link: u'.../~eric'
134
135
    repository_format: None
135
136
    resource_type_link: u'.../#branch'
282
283
    >>> print deletable
283
284
    False
284
285
 
285
 
    Deleting only works on branches that do not have anything else 
 
286
    Deleting only works on branches that do not have anything else
286
287
    depending on them.
287
288
 
288
289
    >>> response = webservice.delete('/~eric/fooix/feature-branch')