##// END OF EJS Templates
dirstate: pull ignore smarts out of ui
dirstate: pull ignore smarts out of ui

File last commit:

r4563:8044be58 default
r4620:d97fd22a default
Show More
test-dispatch
15 lines | 178 B | text/plain | TextLexer
#!/bin/sh
# test command parsing and dispatch
hg init a
cd a
echo a > a
hg ci -Ama -d '0 0'
echo '% [defaults]'
hg cat a
cat > $HGRCPATH <<EOF
[defaults]
cat = -v
EOF
hg cat a