Mercurial > evolve
comparison tests/test-evolve-obshistory-split.t @ 5171:7f7f40cc6c9b
obslog: make date template property into dates
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 18 Feb 2020 18:16:11 +0800 |
parents | f8488bdc9e4b |
children | ee5ad9739ed1 |
comparison
equal
deleted
inserted
replaced
5170:f8488bdc9e4b | 5171:7f7f40cc6c9b |
---|---|
113 $ hg obslog 471597cad322 --hidden --no-graph -Tjson | python -m json.tool | 113 $ hg obslog 471597cad322 --hidden --no-graph -Tjson | python -m json.tool |
114 [ | 114 [ |
115 { | 115 { |
116 "markers": [ | 116 "markers": [ |
117 { | 117 { |
118 "date": [ | 118 "dates": [ |
119 *, (glob) | 119 [ |
120 0 | 120 *, (glob) |
121 0 | |
122 ] | |
121 ], | 123 ], |
122 "effects": [ | 124 "effects": [ |
123 "parent", | 125 "parent", |
124 "content" | 126 "content" |
125 ], | 127 ], |