view en/examples/results/filenames.wdir-subdir.out @ 709:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 12:19:01 -0700
parents 0d5935744f87
children
line wrap: on
line source

<!-- BEGIN filenames.wdir-subdir -->
<screen><prompt>$</prompt> <userinput>cd src</userinput>
<prompt>$</prompt> <userinput>hg add -n</userinput>
adding ../MANIFEST.in
adding ../examples/performant.py
adding ../setup.py
adding main.py
adding watcher/_watcher.c
adding watcher/watcher.py
adding xyzzy.txt
<prompt>$</prompt> <userinput>hg add -n .</userinput>
adding main.py
adding watcher/_watcher.c
adding watcher/watcher.py
adding xyzzy.txt
</screen>
<!-- END filenames.wdir-subdir -->