tests/test-conflict.t
changeset 43860 7315464f0613
parent 39753 fd805a44b89d
child 43872 aac921f54554
equal deleted inserted replaced
43859:fb4a6d584756 43860:7315464f0613
    62   
    62   
    63   $ hg status -Tjson
    63   $ hg status -Tjson
    64   [
    64   [
    65    {
    65    {
    66     "path": "a",
    66     "path": "a",
    67     "status": "M"
    67     "status": "M",
       
    68     "unresolved": true
    68    },
    69    },
    69    {
    70    {
    70     "path": "a.orig",
    71     "path": "a.orig",
    71     "status": "?"
    72     "status": "?"
    72    }
    73    }