)]}'
{
  "commit": "113626537711e290af46548683e02ae0a2f51b6f",
  "tree": "2e31f3953556289e179d019eb1be2b3b5a39bb69",
  "parents": [
    "5f737ac91bd869e65bff401ad1108581ac504e22"
  ],
  "author": {
    "name": "Antoine Pelisse",
    "email": "apelisse@gmail.com",
    "time": "Wed Oct 23 08:44:11 2013 -0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Wed Oct 23 09:45:53 2013 -0700"
  },
  "message": "remote-hg: unquote C-style paths when exporting\n\ngit-fast-import documentation says that paths can be C-style quoted.\nUnfortunately, the current remote-hg helper doesn\u0027t unquote quoted\npath and pass them as-is to Mercurial when the commit is created.\n\nThis results in the following situation:\n\n - clone a mercurial repository with git\n - add a file with space in a directory: `\u003edir/foo\\ bar`\n - commit that new file, and push the change to mercurial\n - the mercurial repository now has a new directory named \u0027\"dir\u0027,\n   which contains a file named \u0027foo bar\"\u0027\n\nUse Python str.decode(\u0027string-escape\u0027) to unquote the string if it\nstarts and ends with \".  It has been tested with quotes, spaces, and\nutf-8 encoded file-names.\n\nSigned-off-by: Antoine Pelisse \u003capelisse@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0194c67fb1db1dc6fdd4bd90b67d04cfb7a34e1d",
      "old_mode": 33261,
      "old_path": "contrib/remote-helpers/git-remote-hg",
      "new_id": "85abbedb1c75f67a9978388d8642b5cc265c45fc",
      "new_mode": 33261,
      "new_path": "contrib/remote-helpers/git-remote-hg"
    }
  ]
}
