~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/distroseriesqueue.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    >>> new_queue = hoary.getPackageUploads(PackageUploadStatus.NEW)
88
88
 
89
89
Use state-machine method provided by PackageUpload to ACCEPT an
90
 
upload. If some designed check according the request state do not
 
90
upload. If some designed check according to the request state do not
91
91
pass, the state-machine methods will raise an exception indicating the
92
92
upload can not have that state.
93
93