Mercurial > hg
comparison tests/test-archive @ 1260:4603eef60237
hgweb: use ui:username rather than web:contact
This also removes the creation of .hg/hgrc with web:contact at init time.
author | mpm@selenic.com |
---|---|
date | Thu, 15 Sep 2005 14:05:48 -0500 |
parents | bd66294b7a9b |
children | 385b06493465 7d83a351a936 |
comparison
equal
deleted
inserted
replaced
1259:f75567782aba | 1260:4603eef60237 |
---|---|
11 hg commit -m 2 | 11 hg commit -m 2 |
12 mkdir baz | 12 mkdir baz |
13 echo bletch>baz/bletch | 13 echo bletch>baz/bletch |
14 hg addremove | 14 hg addremove |
15 hg commit -m 3 | 15 hg commit -m 3 |
16 echo "[web]" >> .hg/hgrc | |
16 echo "name = test-archive" >> .hg/hgrc | 17 echo "name = test-archive" >> .hg/hgrc |
17 echo "allowzip = true" >> .hg/hgrc | 18 echo "allowzip = true" >> .hg/hgrc |
18 echo "allowgz = true" >> .hg/hgrc | 19 echo "allowgz = true" >> .hg/hgrc |
19 echo "allowbz2 = true" >> .hg/hgrc | 20 echo "allowbz2 = true" >> .hg/hgrc |
20 hg serve -p 20059 > /dev/null & | 21 hg serve -p 20059 > /dev/null & |