##// END OF EJS Templates
templatekw: change {file_copies} behaviour, add {file_copies_switch}...
templatekw: change {file_copies} behaviour, add {file_copies_switch} {file_copies} template now displays file copies with or without the --copies switch being set. A new {file_copies_switch} template implements the former behaviour.

File last commit:

r6944:7e5f3480 default
r10060:f780b109 default
Show More
test-empty
17 lines | 142 B | text/plain | TextLexer
mpm@selenic.com
Add empty repo test
r1338 #!/bin/sh
Benoit Boissinot
fix regression on empty repo cloning introduced by 0642d9d7ec80...
r6944 hg init a
cd a
mpm@selenic.com
Add empty repo test
r1338 hg log
hg grep wah
hg manifest
hg verify
Benoit Boissinot
fix regression on empty repo cloning introduced by 0642d9d7ec80...
r6944 ls .hg
ls .hg/store
cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store