##// END OF EJS Templates
keyword: make kwfiles --all show unknown files too...
keyword: make kwfiles --all show unknown files too More consistent and similar to hg status.

File last commit:

r6944:7e5f3480 default
r9492:3b1864bc default
Show More
test-empty
17 lines | 142 B | text/plain | TextLexer
#!/bin/sh
hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store
cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store