##// END OF EJS Templates
factor out the url handling from httprepo...
factor out the url handling from httprepo Create url.py to handle all the url handling: - proxy handling - workaround various python bugs - handle username/password embedded in the url

File last commit:

r6800:cc7114d9 default
r7270:2db33c1a default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
#!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH
hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0