- TW-1307 burndown is aliased to burndown.weekly (thanks to darkfeline).
This commit is contained in:
Paul Beckingham 2014-04-17 06:50:35 -04:00
parent 3afaa2fd0b
commit 6ad9ef78ba
3 changed files with 5 additions and 3 deletions

View file

@ -208,3 +208,4 @@ suggestions:
Jeremiah Marks Jeremiah Marks
Profpatsch Profpatsch
Bernd Humpa Bernd Humpa
darkfeline

View file

@ -48,6 +48,7 @@
- TW-1301 Virtual tag +PENDING (thanks to Profpatsch). - TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
- TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman). - TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman).
- TW-1304 Minor build and install fix for NetBSD (thanks to atomicules). - TW-1304 Minor build and install fix for NetBSD (thanks to atomicules).
- TW-1307 burndown is aliased to burndown.weekly (thanks to darkfeline).
- Removed deprecated 'echo.command' setting, in favor of the 'header' and - Removed deprecated 'echo.command' setting, in favor of the 'header' and
'affected' verbosity tokens. 'affected' verbosity tokens.
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity - Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity

View file

@ -129,12 +129,12 @@ Shows all tasks matching the filter, that block other tasks.
.TP .TP
.B task <filter> burndown.daily .B task <filter> burndown.daily
Shows a graphical burndown chart, by day. Note that 'burndown' is an alias to Shows a graphical burndown chart, by day.
the 'burndown.daily' report.
.TP .TP
.B task <filter> burndown.weekly .B task <filter> burndown.weekly
Shows a graphical burndown chart, by week. Shows a graphical burndown chart, by week. Note that 'burndown' is an alias to
the 'burndown.weekly' report.
.TP .TP
.B task <filter> burndown.monthly .B task <filter> burndown.monthly