tests/test-evolve-obshistory.t
changeset 2441 80b5fc054219
parent 2420 94d1c7a1905a
child 2476 5bbc756adda4
equal deleted inserted replaced
2440:0fa7971071b1 2441:80b5fc054219
    57   @  4ae3a4151de9 (3) A1
    57   @  4ae3a4151de9 (3) A1
    58   |
    58   |
    59   x  471f378eab4c (1) A0
    59   x  471f378eab4c (1) A0
    60        rewritten by test (*20*) as 4ae3a4151de9 (glob)
    60        rewritten by test (*20*) as 4ae3a4151de9 (glob)
    61   
    61   
    62   $ hg olog 4ae3a4151de9 --no-graph -Tjson | python -m json.tool
    62   $ hg obslog 4ae3a4151de9 --no-graph -Tjson | python -m json.tool
    63   [
    63   [
    64       {
    64       {
    65           "debugobshistory.markers": [],
    65           "debugobshistory.markers": [],
    66           "debugobshistory.node": "4ae3a4151de9",
    66           "debugobshistory.node": "4ae3a4151de9",
    67           "debugobshistory.rev": 3,
    67           "debugobshistory.rev": 3,
    84           "debugobshistory.node": "471f378eab4c",
    84           "debugobshistory.node": "471f378eab4c",
    85           "debugobshistory.rev": 1,
    85           "debugobshistory.rev": 1,
    86           "debugobshistory.shortdescription": "A0"
    86           "debugobshistory.shortdescription": "A0"
    87       }
    87       }
    88   ]
    88   ]
    89   $ hg olog --hidden 471f378eab4c
    89   $ hg obslog --hidden 471f378eab4c
    90   x  471f378eab4c (1) A0
    90   x  471f378eab4c (1) A0
    91        rewritten by test (*20*) as 4ae3a4151de9 (glob)
    91        rewritten by test (*20*) as 4ae3a4151de9 (glob)
    92   
    92   
    93   $ hg olog --hidden 471f378eab4c --no-graph -Tjson | python -m json.tool
    93   $ hg olog --hidden 471f378eab4c --no-graph -Tjson | python -m json.tool
    94   [
    94   [