Mercurial > piecrust2
annotate tests/procs/test_dotfiles.yaml @ 780:ebf66b8b83f7
cm: Declare PieCrust as a Python 3 only package.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jul 2016 15:04:54 +0200 |
parents | bab91fcef741 |
children |
rev | line source |
---|---|
520
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 in: |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 assets/something.txt: Foo bar |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 assets/.htaccess: "# Apache config" |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 outfiles: |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 something.txt: Foo bar |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 .htaccess: "# Apache config" |
bab91fcef741
bake/serve: Improve support for unicode, add slugification options.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 |