Mercurial > hg-stable
comparison mercurial/help.py @ 7764:14a42208d8af
help: better formatting in "Date Formats" section
author | timeless <timeless@gmail.com> |
---|---|
date | Sun, 15 Feb 2009 12:56:38 +0100 |
parents | e040f9d6b2f3 |
children | 06afe0f9dbf8 |
comparison
equal
deleted
inserted
replaced
7763:cdc913e7fc5f | 7764:14a42208d8af |
---|---|
8 from i18n import _ | 8 from i18n import _ |
9 | 9 |
10 helptable = ( | 10 helptable = ( |
11 (["dates"], _("Date Formats"), | 11 (["dates"], _("Date Formats"), |
12 _(r''' | 12 _(r''' |
13 Some commands allow the user to specify a date: | 13 Some commands allow the user to specify a date, e.g.: |
14 backout, commit, import, tag: Specify the commit date. | 14 * backout, commit, import, tag: Specify the commit date. |
15 log, revert, update: Select revision(s) by date. | 15 * log, revert, update: Select revision(s) by date. |
16 | 16 |
17 Many date formats are valid. Here are some examples: | 17 Many date formats are valid. Here are some examples: |
18 | 18 |
19 "Wed Dec 6 13:18:29 2006" (local timezone assumed) | 19 "Wed Dec 6 13:18:29 2006" (local timezone assumed) |
20 "Dec 6 13:18 -0600" (year assumed, time offset provided) | 20 "Dec 6 13:18 -0600" (year assumed, time offset provided) |