##// END OF EJS Templates
Add ui.slash hgrc setting...
Add ui.slash hgrc setting This will make most commands print paths using "/", regardless of the value of os.sep.

File last commit:

r1473:7d66ce98 default
r4527:b422b558 default
Show More
test-hgrc
7 lines | 106 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"