diff tests/test-evolve-obshistory-amend.t @ 4918:f16274729530

obslog: don't overwrite {rev} keyword from changeset context Now that we have the whole changeset in the formatter context, there's no need to explicitly add {rev}. We should also deprecate the {shortdescription} keyword since it's no longer needed, but I don't know how to do that.
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 04 Nov 2019 14:58:58 -0800
parents d1d8e97d32af
children 7aba58dc4b73
line wrap: on
line diff
--- a/tests/test-evolve-obshistory-amend.t	Mon Nov 04 14:31:08 2019 -0800
+++ b/tests/test-evolve-obshistory-amend.t	Mon Nov 04 14:58:58 2019 -0800
@@ -128,7 +128,6 @@
       {
           "markers": [],
           "node": "4ae3a4151de9",
-          "rev": 2,
           "shortdescription": "A1"
       },
       {
@@ -151,7 +150,6 @@
               }
           ],
           "node": "471f378eab4c",
-          "rev": 1,
           "shortdescription": "A0"
       }
   ]
@@ -197,7 +195,6 @@
               }
           ],
           "node": "471f378eab4c",
-          "rev": 1,
           "shortdescription": "A0"
       }
   ]