comparison doc/hg.1.txt @ 3286:c05b0cc6b148

Corrected typo in date format, found by Rob Landley.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 07 Oct 2006 22:02:56 +0200
parents c9cd63a6fce9
children 9d5fcf1d6863
comparison
equal deleted inserted replaced
3285:484e6b7e7062 3286:c05b0cc6b148
131 ------------ 131 ------------
132 132
133 Some commands (backout, commit, tag) allow the user to specify a date. 133 Some commands (backout, commit, tag) allow the user to specify a date.
134 Possible formats for dates are: 134 Possible formats for dates are:
135 135
136 YYYY-mm-dd \HH:MM[:SS] [(+|-)NNNN]:: 136 YYYY-mm-dd HH:MM[:SS] [(+|-)NNNN]::
137 This is a subset of ISO 8601, allowing just the recommended notations 137 This is a subset of ISO 8601, allowing just the recommended notations
138 for date and time. The last part represents the timezone; if omitted, 138 for date and time. The last part represents the timezone; if omitted,
139 local time is assumed. Examples: 139 local time is assumed. Examples:
140 140
141 "2005-08-22 03:27 -0700" 141 "2005-08-22 03:27 -0700"