docs/tutorials/tutorial.t
author |
Martin von Zweigbergk <martinvonz@google.com> |
|
Fri, 09 Sep 2016 16:42:41 -0700 |
changeset 1732 |
f4047fba5e90 |
parent 764 |
4a74288c671c
|
permissions |
lrwxrwxrwx |
templates: change {obsolete} to emit only "obsolete" or ""
The {obsolete} template function can currently emit "stable",
"unstable", "extinct", or "suspended".
The distinction between "extinct" and "suspended" seems likely to be
more confusing that enlightening, and "stable" and "unstable" are not
even obsolete.
Let's simplify it to just emit "obsolete" for obsolete changesets and
"" for others. That will also make it much easier to test for obsolete
changsets and do things like "if(obsolete, obsolete, troubles)".
764
|
1 |
../../tests/test-tutorial.t |