annotate tests/test-static-http.out @ 2439:e8c4f3d3df8c

extend network protocol to stop clients from locking servers now all repositories have capabilities slot, tuple with list of names. if 'unbundle' capability present, repo supports push where client does not need to lock server. repository classes that have unbundle capability also have unbundle method. implemented for ssh now, will be base for push over http. unbundle protocol acts this way. server tells client what heads it has during normal negotiate step. client starts unbundle by repeat server's heads back to it. if server has new heads, abort immediately. otherwise, transfer changes to server. once data transferred, server locks and checks heads again. if heads same, changes can be added. else someone else added heads, and server aborts. if client wants to force server to add heads, sends special heads list of 'force'.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 15 Jun 2006 16:37:23 -0700
parents d90a9d7c7d4d
children 109a22f5434a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1935
d32c442571f2 Removed obsolete workaround for error message in tests/test-static-http.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 1933
diff changeset
1 abort: Connection refused
1323
60200b3fc839 Fix old-http test when no server exists.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1111
diff changeset
2 255
1962
2a676ad52c22 tests: more portability fix for the old systems
TK Soh <teekaysoh@yahoo.com>
parents: 1935
diff changeset
3 copy: No such file or directory
1933
7544700fd931 Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 1929
diff changeset
4 changeset: 0:53e17d176ae6
1111
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
5 tag: tip
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
6 user: test
1933
7544700fd931 Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 1929
diff changeset
7 date: Mon Jan 12 13:46:40 1970 +0000
1111
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
8 summary: test
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
9
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
10 requesting all changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
11 adding changesets
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
12 adding manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
13 adding file changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
14 added 1 changesets with 1 changes to 1 files
2175
b2ae81a7df29 Make hg update more verbose by default (issue12)
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2152
diff changeset
15 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
1111
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
16 checking changesets
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
17 checking manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
18 crosschecking files in changesets and manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
19 checking files
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
20 1 files, 1 changesets, 1 total revisions
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
21 foo
2431
d90a9d7c7d4d replace old-http:// syntax by static-http:// and deprecate the redundant hg://
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2175
diff changeset
22 pulling from static-http://localhost:20059/remote
1111
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
23 searching for changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
24 no changes found