Change 'master@noon' syntax to 'master@{noon}'.
authorShawn Pearce <spearce@spearce.org>
Fri, 19 May 2006 07:29:43 +0000 (03:29 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 22:02:55 +0000 (15:02 -0700)
Its ambiguous to parse "master@2006-05-17 18:30:foo" when foo is
meant as a file name and ":30" is meant as 30 minutes past 6 pm.
Therefore all date specifications in a sha1 expression must now
appear within brackets and the ':' splitter used for the path name
in a sha1 expression ignores ':' appearing within brackets.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found