~landscape/tarmac/ls-trunk-backout-r409

« back to all changes in this revision

Viewing changes to docs/introduction.txt

  • Committer: David Britton
  • Date: 2014-03-24 21:19:37 UTC
  • mfrom: (431.1.9 set-milestone-2)
  • Revision ID: dpb@canonical.com-20140324211937-2iz5t4y0remduok6
Merging in result of code review from danilo

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
  # closest upcoming milestone (based on the milestone "expected date")
271
271
  # If past all milestones, set to the newest.  Milestones with no dates
272
272
  # set are assumed to be in the future and lexically sorted -- making
273
 
  # the one that sorts least amoung them the target.  If this algorithm
 
273
  # the one that sorts least among them the target.  If this algorithm
274
274
  # doesn't work for you, see `default_milestone`.
275
275
  set_milestone = True
276
276
 
277
277
  # When setting `Fixed Committed`, set the milestone on the bug to this.
278
278
  # Requires `set_milestone = True`.  If this doesn't match any of your
279
 
  # milestone names, a warning message will be printed.
 
279
  # active milestone names, a warning message will be printed.
280
280
  default_milestone = 12.10
281
281
 
282
282