##// END OF EJS Templates
patch, i18n: avoid parameterized messages...
patch, i18n: avoid parameterized messages Singular message removed for simplicity.

File last commit:

r6944:7e5f3480 default
r10518:5fe51d34 stable
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