)]}'
{
  "log": [
    {
      "commit": "2eeebba9a512cae9e4e9312f5ec728dbdad80bd0",
      "tree": "42fe2e8a19e059d5eadbec0a064f57fa7ab8dd16",
      "parents": [
        "86cfa35f612387457e01135ef6045eba7203162d"
      ],
      "author": {
        "name": "djmm@chromium.org",
        "email": "djmm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu May 03 18:19:13 2012"
      },
      "committer": {
        "name": "djmm@chromium.org",
        "email": "djmm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu May 03 18:19:13 2012"
      },
      "message": "Write retry text to stderr so stdout is clean for real output from gsutil.\nReview URL: https://chromiumcodereview.appspot.com/10358004\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@135178 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "86cfa35f612387457e01135ef6045eba7203162d",
      "tree": "f10b37a4a9f2002430f2a58de8b79007823afb1c",
      "parents": [
        "fb746e39c73b30a8e12b0857495e3ff0832cd4b2"
      ],
      "author": {
        "name": "jochen@chromium.org",
        "email": "jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Apr 26 10:37:43 2012"
      },
      "committer": {
        "name": "jochen@chromium.org",
        "email": "jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Apr 26 10:37:43 2012"
      },
      "message": "Don\u0027t buffer stdout/stderr in command_wrapper.py\n\nOtherwise, commands that take a long time to complete, but produce some status\noutput, such as gsutil cp, will cause the buildbot\u0027s timeout to trigger.\n\nBUG\u003dnone\nTEST\u003dmanually, works on linux :)\n\nReview URL: http://codereview.chromium.org/10085001\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@134087 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "fb746e39c73b30a8e12b0857495e3ff0832cd4b2",
      "tree": "b37737bf8d31e3c9771c97b9822ab8111537d2dc",
      "parents": [
        "1e3d83b1c480c5351a1ddf6ddc8342749caa238f"
      ],
      "author": {
        "name": "nsylvain@chromium.org",
        "email": "nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Mon Nov 21 22:47:11 2011"
      },
      "committer": {
        "name": "nsylvain@chromium.org",
        "email": "nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Mon Nov 21 22:47:11 2011"
      },
      "message": "Ensure that all args with spaces in them remain quoted when used with command_wrapper.py.\n\nBefore this change, a command like : \n\necho \"1\" \"2\" \"3 4\"\n\nwould be executed as :\n\necho 1 2 3 4\n\nAfter this change, it will be executed as:\n\necho 1 2 \"3 4\"\n\nReview URL: http://codereview.chromium.org/8597020\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@111020 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "1e3d83b1c480c5351a1ddf6ddc8342749caa238f",
      "tree": "a411c673bc6ef318bcc5fde782cbcbb47a2baf4e",
      "parents": [
        "bc3ba7dcd5c44cee64330bb2f69e182078a3e181"
      ],
      "author": {
        "name": "petermayo@chromium.org",
        "email": "petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Fri Oct 07 18:37:25 2011"
      },
      "committer": {
        "name": "petermayo@chromium.org",
        "email": "petermayo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Fri Oct 07 18:37:25 2011"
      },
      "message": "Wrap the return result of a wrapped function.\n\nThis avoids the loss of the value, and the pylint warning.\n\nBUG\u003dchromium:98600\nTEST\u003dmanual\n\nReview URL: http://codereview.chromium.org/8183010\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@104529 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "bc3ba7dcd5c44cee64330bb2f69e182078a3e181",
      "tree": "4108fc562bc501fd1c2a9087e4f305bed7395937",
      "parents": [
        "3d0467a7d0db59181f1094848bc9e74c87f2db3c"
      ],
      "author": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Aug 05 18:27:18 2010"
      },
      "committer": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Aug 05 18:27:18 2010"
      },
      "message": "Adding timeout for log server access + more safety with bad response.\n\nBUG\u003dNone\nTEST\u003dNone\nTBR\u003dnsylvain\n\nReview URL: http://codereview.chromium.org/3085016\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@55102 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "3d0467a7d0db59181f1094848bc9e74c87f2db3c",
      "tree": "0baa010311c70f333582d7f0e48eefc52857caba",
      "parents": [
        "a898c3d7aa9645ce3ea5636746bf11f0777075fe"
      ],
      "author": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Mon Aug 02 07:30:17 2010"
      },
      "committer": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Mon Aug 02 07:30:17 2010"
      },
      "message": "Adding a search by nodename option.\nAllow the server to early out certain failures (gsutil cat for indexing).\n\nBUG\u003dNone\nTEST\u003dNone\nTBR\u003dnsylvain\n\nReview URL: http://codereview.chromium.org/3013052\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@54521 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "a898c3d7aa9645ce3ea5636746bf11f0777075fe",
      "tree": "afbf565d929312fcb017fee7a87e0b1263636f47",
      "parents": [
        "773f995253d2dd6183adf12a488df12ec8239efe"
      ],
      "author": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Fri Jul 30 01:10:45 2010"
      },
      "committer": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Fri Jul 30 01:10:45 2010"
      },
      "message": "Switching from os.uname to platform.uname, since os.uname isn\u0027t available on\nWindows. Adding extra processor field this makes available.\n\nBUG\u003dNone\nTEST\u003dNone\n\n\nReview URL: http://codereview.chromium.org/3033042\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@54250 0039d316-1c4b-4281-b951-d872f2087c98\n"
    },
    {
      "commit": "773f995253d2dd6183adf12a488df12ec8239efe",
      "tree": "635ad1640258920eee1cf36d4b3acf4788b351b9",
      "parents": [],
      "author": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Jul 29 20:14:30 2010"
      },
      "committer": {
        "name": "bradnelson@google.com",
        "email": "bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98",
        "time": "Thu Jul 29 20:14:30 2010"
      },
      "message": "Adding a retry and logging utility + appengine backend.\nThis will be used to monitor and diagnose gsutil failures for nacl + chromeos.\n\nBUG\u003dNone\nTEST\u003dNone\n\nReview URL: http://codereview.chromium.org/3036026\n\ngit-svn-id: svn://svn.chromium.org/chrome/trunk/tools/command_wrapper/bin@54172 0039d316-1c4b-4281-b951-d872f2087c98\n"
    }
  ]
}
