Mercurial > p > roundup > code
diff doc/customizing.txt @ 5923:45c691a81f75
Untabify example in doc.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Oct 2019 17:43:03 -0400 |
| parents | c3728772c594 |
| children | 54d0080769f9 |
line wrap: on
line diff
--- a/doc/customizing.txt Sun Oct 13 14:54:03 2019 -0400 +++ b/doc/customizing.txt Sun Oct 13 17:43:03 2019 -0400 @@ -2703,8 +2703,8 @@ Will list the files by upload date. While - python:context.files.sorted('creation', reverse=True) - + python:context.files.sorted('creation', reverse=True) + Will list the files by upload date in reverse order from the prior example. reverse only on Multilink properties - produce a list of the linked
