1110
|
1 # creating 'remote'
|
|
2 # clone remote
|
|
3 requesting all changes
|
|
4 adding changesets
|
|
5 adding manifests
|
|
6 adding file changes
|
|
7 added 1 changesets with 1 changes to 1 files
|
|
8 remote: ./dummyssh: line 11: !: command not found
|
|
9 # verify
|
|
10 checking changesets
|
|
11 checking manifests
|
|
12 crosschecking files in changesets and manifests
|
|
13 checking files
|
|
14 1 files, 1 changesets, 1 total revisions
|
|
15 # empty default pull
|
|
16 default = ssh://user@dummy/remote
|
|
17 pulling from ssh://user@dummy/remote
|
|
18 searching for changes
|
|
19 remote: ../dummyssh: line 11: !: command not found
|
|
20 no changes found
|
|
21 # local change
|
|
22 # updating rc
|
|
23 # find outgoing
|
|
24 searching for changes
|
|
25 remote: ../dummyssh: line 11: !: command not found
|
|
26 changeset: 1:536411b157b4
|
|
27 tag: tip
|
|
28 user: test
|
|
29 date: Thu Jan 1 00:00:00 1970 +0000
|
|
30 summary: add
|
|
31
|
|
32 # push
|
|
33 pushing to ssh://user@dummy/remote
|
|
34 remote: ../dummyssh: line 11: !: command not found
|
|
35 searching for changes
|
|
36 remote: adding changesets
|
|
37 remote: adding manifests
|
|
38 remote: adding file changes
|
|
39 remote: added 1 changesets with 1 changes to 1 files
|
|
40 # check remote tip
|
|
41 changeset: 1:536411b157b4
|
|
42 tag: tip
|
|
43 user: test
|
|
44 date: Thu Jan 1 00:00:00 1970 +0000
|
|
45 summary: add
|
|
46
|
|
47 checking changesets
|
|
48 checking manifests
|
|
49 crosschecking files in changesets and manifests
|
|
50 checking files
|
|
51 1 files, 2 changesets, 2 total revisions
|
|
52 bleah
|
|
53 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5:
|
|
54 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5:
|
|
55 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5:
|
|
56 Got arguments 1:user@dummy 2:hg -R remote serve --stdio 3: 4: 5:
|