Mercurial > hg
comparison mercurial/util.py @ 9557:dbe2bdd5e488
merge with i18n-stable
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Tue, 08 Sep 2009 19:46:20 -0300 |
parents | b46063eabe98 7116494c48ab |
children | eae98607b349 |
comparison
equal
deleted
inserted
replaced
9556:6aece8fc7f3c | 9557:dbe2bdd5e488 |
---|---|
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 + ( |