##// END OF EJS Templates
tests: fixup tests using unzip -l
tests: fixup tests using unzip -l

File last commit:

r12156:4c94b6d0 default
r12339:f85338f5 default
Show More
test-static-http.out
71 lines | 2.2 KiB | text/plain | TextLexer
/ tests / test-static-http.out
Benoit Boissinot
Backed out changeset 490e40816cbd...
r7919 abort: error: Connection refused
Bryan O'Sullivan
Fix old-http test when no server exists.
r1323 255
TK Soh
tests: more portability fix for the old systems
r1962 copy: No such file or directory
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 0:61c9426e69fe
mpm@selenic.com
Add an old-http test case...
r1111 tag: tip
user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
mpm@selenic.com
Add an old-http test case...
r1111 summary: test
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Thomas Arendsen Hein
Make hg update more verbose by default (issue12)...
r2175 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
mpm@selenic.com
Add an old-http test case...
r1111 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
foo
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 adding quux
Martin Geisler
tests: remove unneeded -d flags...
r12156 changegroup hook: HG_NODE=822d6e31f08b9d6e3b898ce5e52efc0a4bf4905a HG_SOURCE=pull HG_URL=http://localhost:$HGPORT/remote
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pulling from static-http://localhost:$HGPORT/remote
mpm@selenic.com
Add an old-http test case...
r1111 searching for changes
Vadim Gelfer
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks...
r2673 adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
Martin Geisler
do not pretend to lock static-http repositories (issue994)
r7005 % trying to push
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
abort: cannot lock static-http repository
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 pushing to static-http://localhost:$HGPORT/remote
Nicolas Dumazet
static-http: mimic more closely localrepo (issue2164: allow clone -r )...
r11066 % trying clone -r
abort: unknown revision 'donotexist'!
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Patrick Mezard
Test static-http calls on '/' URI (issue 747)
r5316 % test with "/" URI (issue 747)
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Patrick Mezard
Test static-http calls on '/' URI (issue 747)
r5316 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
a
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 default = static-http://localhost:$HGPORT/
Dirkjan Ochtman
make static-http work with empty repos (issue965)
r6028 % test with empty repo (issue965)
no changes found
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Dirkjan Ochtman
make static-http work with empty repos (issue965)
r6028 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 default = static-http://localhost:$HGPORT/remotempty
Dirkjan Ochtman
make static-http work with empty repos (issue965)
r6028 % test with non-repo
Mads Kiilerich
tests: don't just silently strip port numbers
r10398 abort: 'http://localhost:$HGPORT/notarepo' does not appear to be an hg repository!