hgbook
annotate en/examples/filenames.wdir-relname.out @ 155:914babdc99c8
run-example: better error if bogus section name found.
Fix all such bogus names in sources.
Fix all such bogus names in sources.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 12 23:10:32 2007 -0700 (2007-03-12) |
parents | |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg status} |
bos@144 | 2 A COPYING |
bos@144 | 3 A README |
bos@144 | 4 A examples/simple.py |
bos@144 | 5 ? MANIFEST.in |
bos@144 | 6 ? examples/performant.py |
bos@144 | 7 ? setup.py |
bos@144 | 8 ? src/main.py |
bos@144 | 9 ? src/watcher/_watcher.c |
bos@144 | 10 ? src/watcher/watcher.py |
bos@144 | 11 ? src/xyzzy.txt |
bos@144 | 12 $ \textbf{hg status `hg root`} |
bos@144 | 13 A ../COPYING |
bos@144 | 14 A ../README |
bos@144 | 15 A ../examples/simple.py |
bos@144 | 16 ? ../MANIFEST.in |
bos@144 | 17 ? ../examples/performant.py |
bos@144 | 18 ? ../setup.py |
bos@144 | 19 ? main.py |
bos@144 | 20 ? watcher/_watcher.c |
bos@144 | 21 ? watcher/watcher.py |
bos@144 | 22 ? xyzzy.txt |