~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-29 21:41:34 UTC
  • mfrom: (13811.2.1 arbitrary-lint)
  • Revision ID: launchpad@pqm.canonical.com-20110829214134-zh1k7bm6mehrstgk
[r=henninge][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
"""Enumerations used in the lp/code modules."""
222
222
        Limit the generated diff to 500 lines.
223
223
        """)
224
224
 
225
 
    ONEKLINES  = DBItem(1000, """
 
225
    ONEKLINES = DBItem(1000, """
226
226
        1000 lines
227
227
 
228
228
        Limit the generated diff to 1000 lines.
234
234
        Limit the generated diff to 5000 lines.
235
235
        """)
236
236
 
237
 
    WHOLEDIFF  = DBItem(-1, """
 
237
    WHOLEDIFF = DBItem(-1, """
238
238
        Send entire diff
239
239
 
240
240
        Don't limit the size of the diff.