review/tests/sample_data.py @ 62c8ba974c19

Strip even more from the diffs Mercurial gives us.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Oct 2009 17:52:45 -0400
parents b3bae1d649d7
children 69bbcf7f0830
log = [
    { 'file_one': 'hello\nworld\nfirst\ncommit',
      'file_two': 'this is another test file',
    },
    { 'file_one': 'hello again\nworld\nfoo\nbar',
      'file_three': 'this is a new file\nfor testing\npurposes\nonly',
      'test_dir/test_file': 'this file is inside\nof a directory\n\nponies!',
    },
]