##// END OF EJS Templates
Display symlink or executable bit with manifest -v...
Display symlink or executable bit with manifest -v New output looks like: 644 a 755 * b/a 644 @ l

File last commit:

r3749:f9567a7f default
r5405:8feb33c2 default
Show More
test-issue436
7 lines | 59 B | text/plain | TextLexer
#!/bin/sh
hg init a
cd a
hg -v log -v
hg -v log -v x
true