##// END OF EJS Templates
convert: better grouping of command line flags in help...
convert: better grouping of command line flags in help We normally put related command line flags after one another.

File last commit:

r7438:b80b9448 default
r12187:4a854122 default
Show More
test-hgcia
23 lines | 243 B | text/plain | TextLexer
#!/bin/sh
cat >> $HGRCPATH <<EOF
[extensions]
hgcia=
[hooks]
changegroup.cia = python:hgext.hgcia.hook
[cia]
user = testuser
project = testproject
test = True
EOF
hg init src
hg init cia
cd src
echo foo > foo
hg ci -Amfoo
hg push ../cia