diff tests/test-conflict.t @ 43842:7315464f0613

status: add template/json data about whether a file has unresolved conflicts Differential Revision: https://phab.mercurial-scm.org/D7594
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
date Mon, 09 Dec 2019 22:06:55 -0800
parents fd805a44b89d
children aac921f54554
line wrap: on
line diff
--- a/tests/test-conflict.t	Mon Dec 09 18:15:38 2019 -0800
+++ b/tests/test-conflict.t	Mon Dec 09 22:06:55 2019 -0800
@@ -64,7 +64,8 @@
   [
    {
     "path": "a",
-    "status": "M"
+    "status": "M",
+    "unresolved": true
    },
    {
     "path": "a.orig",