diff example.ini @ 35:20e3d138dc98

better way of doing up; this breaks old behaviour so incrementing version
author k0s <k0scist@gmail.com>
date Mon, 08 Feb 2010 19:21:30 -0500
parents fa2005f769eb
children
line wrap: on
line diff
--- a/example.ini	Mon Feb 08 11:44:20 2010 -0500
+++ b/example.ini	Mon Feb 08 19:21:30 2010 -0500
@@ -1,7 +1,9 @@
 [/]
 /ignore = .*
+/up = ..
 foo.txt = a file about cats
 
 [/cats]
+/up = ..
 lilly.txt = lilly
 hobbes.txt = a file about Hobbes
\ No newline at end of file