hgbook

annotate en/examples/results/filenames.wdir-subdir.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN filenames.wdir-subdir -->
bos@564 2 <screen><prompt>$</prompt> <userinput>cd src</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg add -n</userinput>
bos@144 4 adding ../MANIFEST.in
bos@144 5 adding ../examples/performant.py
bos@144 6 adding ../setup.py
bos@144 7 adding main.py
bos@144 8 adding watcher/_watcher.c
bos@144 9 adding watcher/watcher.py
bos@144 10 adding xyzzy.txt
bos@564 11 <prompt>$</prompt> <userinput>hg add -n .</userinput>
bos@144 12 adding main.py
bos@144 13 adding watcher/_watcher.c
bos@144 14 adding watcher/watcher.py
bos@144 15 adding xyzzy.txt
bos@564 16 </screen>
bos@611 17 <!-- END filenames.wdir-subdir -->