##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r9611:a3d73b3e default
r10378:e1401c74 default
Show More
test-static-http.out
62 lines | 1.9 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
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:53e17d176ae6
mpm@selenic.com
Add an old-http test case...
r1111 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 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
Matt Mackall
Autodetect static-http
r7211 changegroup hook: HG_NODE=34401e0e9971e9720b613d9089ffa9a6eefb3d2d HG_SOURCE=pull HG_URL=http://localhost/remote
Bryan O'Sullivan
Allow tests to run in parallel.
r5384 pulling from static-http://localhost/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
pushing to static-http://localhost/remote
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
Bryan O'Sullivan
Allow tests to run in parallel.
r5384 default = static-http://localhost/
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
default = static-http://localhost/remotempty
% test with non-repo
abort: 'http://localhost/notarepo' does not appear to be an hg repository!