mercurial/util.py
changeset 9383 7116494c48ab
parent 9097 431462bd8478
child 9385 570416319ed3
child 9480 44758742ad2e
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 + (