CLI: Changed the daily list upcoming section behavior.

Upcoming now includes issues due within the next week by default. The number of
days to look ahead is configurable with the --dl-upcoming-days option.
This commit is contained in:
Jonathan Bernard
2012-08-30 06:17:07 -07:00
parent d0e968b2b7
commit 4fd297e03d
4 changed files with 47 additions and 27 deletions

View File

@ -86,7 +86,7 @@
</propertyfile>
</target>
<target name="set-version" depends="-init">
<target name="set-version" depends="-common-init">
<input
message="The current version is ${version}. Enter a new version: "
addproperty="new-version"/>