comparison tests/test-init.out @ 2599:e4b5e48052c6

Added tests for local and remote init. This tests the changes done in edb66cb05ded and b898afee9d0d.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 12 Jul 2006 09:01:10 +0200
parents
children 2b0bc36a48d8
comparison
equal deleted inserted replaced
2598:b898afee9d0d 2599:e4b5e48052c6
1 # creating 'local'
2 adding foo
3 # init+push to remote2
4 changeset: 0:c4e059d443be
5 tag: tip
6 user: test
7 date: Mon Jan 12 13:46:40 1970 +0000
8 summary: init
9
10 pushing to ssh://user@dummy/remote2
11 searching for changes
12 remote: adding changesets
13 remote: adding manifests
14 remote: adding file changes
15 remote: added 1 changesets with 1 changes to 1 files
16 # clone to remote1
17 searching for changes
18 remote: abort: repository remote1 not found!
19 remote: adding changesets
20 remote: adding manifests
21 remote: adding file changes
22 remote: added 1 changesets with 1 changes to 1 files
23 # output of dummyssh
24 Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio 3: 4: 5:
25 Got arguments 1:user@dummy 2:hg init remote2 3: 4: 5:
26 Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio 3: 4: 5:
27 Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio 3: 4: 5:
28 Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio 3: 4: 5:
29 Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio 3: 4: 5:
30 Got arguments 1:user@dummy 2:hg init remote1 3: 4: 5:
31 Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio 3: 4: 5:
32 # comparing repositories
33 0:c4e059d443be
34 0:c4e059d443be
35 0:c4e059d443be
36 # check names for repositories (clashes with URL schemes, special chars)
37 # hg init "bundle"
38 ok
39 # hg init "file"
40 ok
41 # hg init "hg"
42 ok
43 # hg init "http"
44 ok
45 # hg init "https"
46 ok
47 # hg init "old-http"
48 ok
49 # hg init "ssh"
50 ok
51 # hg init "static-http"
52 ok
53 # hg init " "
54 ok
55 # hg init "with space"
56 ok