# HG changeset patch # User Thomas Arendsen Hein # Date 1160251376 -7200 # Node ID c05b0cc6b1485bb240e118a2be9e1d52bb25fd65 # Parent 484e6b7e7062815879ae9a727412605a12ea7f17 Corrected typo in date format, found by Rob Landley. diff -r 484e6b7e7062 -r c05b0cc6b148 doc/hg.1.txt --- a/doc/hg.1.txt Sat Oct 07 18:14:03 2006 +0200 +++ b/doc/hg.1.txt Sat Oct 07 22:02:56 2006 +0200 @@ -133,7 +133,7 @@ Some commands (backout, commit, tag) allow the user to specify a date. Possible formats for dates are: -YYYY-mm-dd \HH:MM[:SS] [(+|-)NNNN]:: +YYYY-mm-dd HH:MM[:SS] [(+|-)NNNN]:: This is a subset of ISO 8601, allowing just the recommended notations for date and time. The last part represents the timezone; if omitted, local time is assumed. Examples: