Show More
@@ -10,9 +10,9 b' from i18n import _' | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now