##// END OF EJS Templates
test-http-proxy: hide logged URL port number, works with--jobs
test-http-proxy: hide logged URL port number, works with--jobs

File last commit:

r6944:7e5f3480 default
r7268:e05092a3 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