hgbook
diff en/examples/filenames.wdir-relname.out @ 198:615f3c6b30e1
Start to describe branch management.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Apr 16 17:21:38 2007 -0700 (2007-04-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/filenames.wdir-relname.out Mon Apr 16 17:21:38 2007 -0700 1.3 @@ -0,0 +1,22 @@ 1.4 +$ \textbf{hg status} 1.5 +A COPYING 1.6 +A README 1.7 +A examples/simple.py 1.8 +? MANIFEST.in 1.9 +? examples/performant.py 1.10 +? setup.py 1.11 +? src/main.py 1.12 +? src/watcher/_watcher.c 1.13 +? src/watcher/watcher.py 1.14 +? src/xyzzy.txt 1.15 +$ \textbf{hg status `hg root`} 1.16 +A ../COPYING 1.17 +A ../README 1.18 +A ../examples/simple.py 1.19 +? ../MANIFEST.in 1.20 +? ../examples/performant.py 1.21 +? ../setup.py 1.22 +? main.py 1.23 +? watcher/_watcher.c 1.24 +? watcher/watcher.py 1.25 +? xyzzy.txt