tests/test-parse-date.t
branchstable
changeset 36234 48783333f45c
parent 32462 bb18728ea617
child 38080 0a10f142299d
equal deleted inserted replaced
36001:9f454a717c43 36234:48783333f45c
   284   internal: 1469621421 0
   284   internal: 1469621421 0
   285   standard: Wed Jul 27 12:10:21 2016 +0000
   285   standard: Wed Jul 27 12:10:21 2016 +0000
   286   $ hg debugdate "2016-07-27 121021Z"
   286   $ hg debugdate "2016-07-27 121021Z"
   287   internal: 1469621421 0
   287   internal: 1469621421 0
   288   standard: Wed Jul 27 12:10:21 2016 +0000
   288   standard: Wed Jul 27 12:10:21 2016 +0000
       
   289 
       
   290 Test parsing months
       
   291 
       
   292   $ for i in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec; do
       
   293   >   hg log -d "$i 2018" -r null
       
   294   > done