hgbook
annotate en/examples/filenames.wdir-subdir.out @ 146:65f6f9d18fa1
Oops! I forgot that I need the undoctored output files in the book!
Now they're named "*.lxo", instead of "*.out". Ugh.
Now they're named "*.lxo", instead of "*.out". Ugh.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 06 21:55:48 2007 -0800 (2007-03-06) |
parents | |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{cd src} |
bos@144 | 2 $ \textbf{hg add -n} |
bos@144 | 3 adding ../MANIFEST.in |
bos@144 | 4 adding ../examples/performant.py |
bos@144 | 5 adding ../setup.py |
bos@144 | 6 adding main.py |
bos@144 | 7 adding watcher/_watcher.c |
bos@144 | 8 adding watcher/watcher.py |
bos@144 | 9 adding xyzzy.txt |
bos@144 | 10 $ \textbf{hg add -n .} |
bos@144 | 11 adding main.py |
bos@144 | 12 adding watcher/_watcher.c |
bos@144 | 13 adding watcher/watcher.py |
bos@144 | 14 adding xyzzy.txt |