tests/test-evolve-obshistory.t
changeset 2956 bc9bc1778463
parent 2954 54f7b8fcdf3b
child 2957 586c9ace20b3
--- a/tests/test-evolve-obshistory.t	Fri Sep 08 12:24:22 2017 +0200
+++ b/tests/test-evolve-obshistory.t	Fri Sep 08 12:03:23 2017 +0200
@@ -93,6 +93,23 @@
       +42
   
 
+  $ hg obslog 4ae3a4151de9 --graph -Tjson
+  @  [
+  |   {
+  |    "debugobshistory.markers": [],
+  |    "debugobshistory.node": "4ae3a4151de9",
+  |    "debugobshistory.rev": 2,
+  |    "debugobshistory.shortdescription": "A1"
+  |   }
+  |  ]
+  x  [
+      {
+       "debugobshistory.markers": [{"debugobshistory.effect": ["description", "content"], "debugobshistory.marker_date": [0.0, 0], "debugobshistory.marker_user": "test", "debugobshistory.succnodes": ["4ae3a4151de9"], "debugobshistory.verb": "rewritten"}],
+       "debugobshistory.node": "471f378eab4c",
+       "debugobshistory.rev": 1,
+       "debugobshistory.shortdescription": "A0"
+      }
+     ]
   $ hg obslog 4ae3a4151de9 --no-graph -Tjson | python -m json.tool
   [
       {