hgbook
diff ja/examples/filenames.wdir-relname.out @ 857:cd492721c0e5
Make sed happy while interacting with HTML entities.
author | gpiancastelli |
---|---|
date | Sat Aug 22 23:02:23 2009 +0200 (2009-08-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ja/examples/filenames.wdir-relname.out Sat Aug 22 23:02:23 2009 +0200 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