Mercurial > hgbook
comparison en/examples/filenames.wdir-relname.out @ 144:006bbad1f190
Add expected output files.
This makes it possible to spot changes in Mercurial's output and
behaviour over time.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 06 Mar 2007 21:44:56 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
143:f2aabd15dd50 | 144:006bbad1f190 |
---|---|
1 $ \textbf{hg status} | |
2 A COPYING | |
3 A README | |
4 A examples/simple.py | |
5 ? MANIFEST.in | |
6 ? examples/performant.py | |
7 ? setup.py | |
8 ? src/main.py | |
9 ? src/watcher/_watcher.c | |
10 ? src/watcher/watcher.py | |
11 ? src/xyzzy.txt | |
12 $ \textbf{hg status `hg root`} | |
13 A ../COPYING | |
14 A ../README | |
15 A ../examples/simple.py | |
16 ? ../MANIFEST.in | |
17 ? ../examples/performant.py | |
18 ? ../setup.py | |
19 ? main.py | |
20 ? watcher/_watcher.c | |
21 ? watcher/watcher.py | |
22 ? xyzzy.txt |