~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/enums.py

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 15:23:28 UTC
  • mfrom: (13437 devel)
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714152328-r7n8wp5aml0m05jt
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        Imports from Mercurial using bzr-hg.
378
378
        """)
379
379
 
 
380
    BZR = DBItem(6, """
 
381
        Bazaar
 
382
 
 
383
        Mirror of a Bazaar branch.
 
384
        """)
 
385
 
380
386
 
381
387
class CodeImportReviewStatus(DBEnumeratedType):
382
388
    """CodeImport review status.