Mercurial > hg
annotate tests/test-pull-http.out @ 8529:a767998f0a78
hgweb: make hgwebdir handle dict/list paths the same as config paths
Before this patch, the only way to get hgwebdir to honor the recursive paths
was to create a config object or a config file with the recursive paths in it.
This patch makes hgwebdir treat paths the same whether passed in as a list,
tuple, config or however hgwebdir supports passing paths.
author | Jeremy Whitlock <jcscoobyrs@gmail.com> |
---|---|
date | Wed, 20 May 2009 16:04:37 +0200 |
parents | bbcd2dea19fe |
children | a3d73b3e1f8a |
rev | line source |
---|---|
6778
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
1 adding a |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
2 updating working directory |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
4 % expect error, cloning not allowed |
7563
bbcd2dea19fe
hgweb: send HTTP unauthorized error when denying pull
Mark Edgington <edgimar@gmail.com>
parents:
6778
diff
changeset
|
5 abort: authorization failed |
6778
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
6 requesting all changes |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
7 % serve errors |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
8 % expect error, pulling not allowed |
7563
bbcd2dea19fe
hgweb: send HTTP unauthorized error when denying pull
Mark Edgington <edgimar@gmail.com>
parents:
6778
diff
changeset
|
9 abort: authorization failed |
6778
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
10 pulling from http://localhost/ |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
11 searching for changes |
959efdac4a9c
tests: add some tests for web.allowpull configurations
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff
changeset
|
12 % serve errors |