view en/examples/results/filenames.glob.star-starstar.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.glob.star-starstar -->
<screen><prompt>$</prompt> <userinput>hg status 'glob:*.py'</userinput>
? setup.py
<prompt>$</prompt> <userinput>hg status 'glob:**.py'</userinput>
A examples/simple.py
A src/main.py
? examples/performant.py
? setup.py
? src/watcher/watcher.py
</screen>
<!-- END filenames.glob.star-starstar -->