Added becommands/due.py to manage bug due dates.
authorW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 05:21:07 +0000 (00:21 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 05:21:07 +0000 (00:21 -0500)
commit0a54c4bd9929b385074e7488aadd8f848cdefcd4
treebb095102d046b2b21eb32abdbed746ae8aed43bc
parent2a7cf58a422bcd55478cea92c5f859df86c911a4
Added becommands/due.py to manage bug due dates.

This fulfills the following part of 22b:7

  * "due_by"

  We could add "due-by" to Bug.extra_strings as well, so that anyone
  could set due dates for any issue they wanted.

Currently there's not much going on, but perhaps other people will
have ideas for useful extensions.  Maybe
  be due --sort BUG-ID [BUG-ID ...]
or
  be --due-in-days 7
becommands/due.py [new file with mode: 0644]