view tests/test-convert-svn-tags.out @ 10674:6d87c20cd7a8 stable

hgweb: fix broken URLs of RSS/Atom feeds (issue1772) This fixes doubled URL, e.g. http://example.orghttp://example.org/..., which appears on RSS/Atom feeds served by hgwebdir. It splits baseurl to update SERVER_NAME, SERVER_PORT and SCRIPT_NAME, according to RFC 3875. Updated the test output since SCRIPT_NAME becomes not to contain http://host:port part.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 11 Mar 2010 00:28:27 +0900
parents 965b11c1bd82
children
line wrap: on
line source

% convert
initializing destination A-hg repository
scanning source...
sorting...
converting...
5 init projA
4 adda
3 changea
2 changea2
1 changea3
0 changea
updating tags
o  6 update tags tags: tip
|
o  5 changea tags: trunk.goodtag
|
o  4 changea3 tags:
|
o  3 changea2 tags: trunk.v1
|
o  2 changea tags:
|
o  1 adda tags:
|
o  0 init projA tags:

tip                                6:
trunk.goodtag                      5:
trunk.v1                           3:
% convert without tags
initializing destination A-notags-hg repository
scanning source...
sorting...
converting...
5 init projA
4 adda
3 changea
2 changea2
1 changea3
0 changea
tip