tests/test-encoding.t
changeset 22553 67b6b82a6bbe
parent 22429 7a7eed5176a4
child 22554 bfc50ff55f3f
equal deleted inserted replaced
22552:bb14cca8c4e4 22553:67b6b82a6bbe
   182 hg tags (JSON)
   182 hg tags (JSON)
   183 
   183 
   184   $ hg tags -Tjson
   184   $ hg tags -Tjson
   185   [
   185   [
   186    {
   186    {
   187     "id": "a52c0692f24a",
   187     "node": "a52c0692f24a",
   188     "rev": 5,
   188     "rev": 5,
   189     "tag": "tip",
   189     "tag": "tip",
   190     "type": ""
   190     "type": ""
   191    },
   191    },
   192    {
   192    {
   193     "id": "ca661e7520de",
   193     "node": "ca661e7520de",
   194     "rev": 3,
   194     "rev": 3,
   195     "tag": "\xc3\xa9", (esc)
   195     "tag": "\xc3\xa9", (esc)
   196     "type": ""
   196     "type": ""
   197    }
   197    }
   198   ]
   198   ]