comparison mercurial/util.py @ 9383:7116494c48ab

util: Fix date format for 12-hour time.
author Carey Evans <carey@carey.geek.nz>
date Fri, 21 Aug 2009 21:52:57 +1200
parents 431462bd8478
children 570416319ed3 44758742ad2e
comparison
equal deleted inserted replaced
9382:829ac0af66a4 9383:7116494c48ab
82 '%b %d %H:%M', 82 '%b %d %H:%M',
83 '%b %d %I:%M%p', 83 '%b %d %I:%M%p',
84 '%b %d %Y', 84 '%b %d %Y',
85 '%b %d', 85 '%b %d',
86 '%H:%M:%S', 86 '%H:%M:%S',
87 '%I:%M:%SP', 87 '%I:%M:%S%p',
88 '%H:%M', 88 '%H:%M',
89 '%I:%M%p', 89 '%I:%M%p',
90 ) 90 )
91 91
92 extendeddateformats = defaultdateformats + ( 92 extendeddateformats = defaultdateformats + (