hgbook

annotate en/examples/results/filenames.wdir-relname.out @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN filenames.wdir-relname -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg status</userinput>
bos@144 3 A COPYING
bos@144 4 A README
bos@144 5 A examples/simple.py
bos@144 6 ? MANIFEST.in
bos@144 7 ? examples/performant.py
bos@144 8 ? setup.py
bos@144 9 ? src/main.py
bos@144 10 ? src/watcher/_watcher.c
bos@144 11 ? src/watcher/watcher.py
bos@144 12 ? src/xyzzy.txt
bos@564 13 <prompt>$</prompt> <userinput>hg status `hg root`</userinput>
bos@144 14 A ../COPYING
bos@144 15 A ../README
bos@144 16 A ../examples/simple.py
bos@144 17 ? ../MANIFEST.in
bos@144 18 ? ../examples/performant.py
bos@144 19 ? ../setup.py
bos@144 20 ? main.py
bos@144 21 ? watcher/_watcher.c
bos@144 22 ? watcher/watcher.py
bos@144 23 ? xyzzy.txt
bos@564 24 </screen>
bos@611 25 <!-- END filenames.wdir-relname -->