view tests/procs/test_dotfiles.yaml @ 740:3ab6f7a3a2c7

cm: Add generation of Mardown changelog suitable for the online documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 02 Jun 2016 20:21:36 -0700
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"