##// END OF EJS Templates
Fix up test results...
mpm@selenic.com -
r775:122449dd default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 + hg clone http://localhost:20059/ copy
2 2 requesting all changes
3 abort: error 111: Connection refused
3 abort: error: Connection refused
4 4 + echo 255
5 5 255
6 6 + ls copy
@@ -4,7 +4,7 b' abort: repository a/.hg not found!'
4 4 255
5 5 + hg clone http://127.0.0.1:3121/a b
6 6 requesting all changes
7 abort: error 111: Connection refused
7 abort: error: Connection refused
8 8 + echo 255
9 9 255
10 10 + rm -rf b
@@ -14,8 +14,8 b' pulling from ../test1'
14 14 requesting all changes
15 15 adding changesets
16 16 adding manifests
17 adding file revisions
18 modified 2 files, added 1 changesets and 2 new revisions
17 adding file changes
18 added 1 changesets with 2 changes to 2 files
19 19 (run 'hg update' to get a working copy)
20 20 + hg co
21 21 + chmod +x a
@@ -28,8 +28,8 b' pulling from ../test2'
28 28 searching for changes
29 29 adding changesets
30 30 adding manifests
31 adding file revisions
32 modified 1 files, added 1 changesets and 1 new revisions
31 adding file changes
32 added 1 changesets with 1 changes to 1 files
33 33 (run 'hg update' to get a working copy)
34 34 + hg heads
35 35 changeset: 2:3ef54330565526bebf37a0d9bf540c283fd133a1
@@ -6,5 +6,6 b''
6 6 + hg add b
7 7 + rm b
8 8 + hg commit -A '-mcomment #1' -d '0 0'
9 adding .out
9 10 removing b
10 11 b never committed!
@@ -27,8 +27,8 b' pulling from ../B1'
27 27 searching for changes
28 28 adding changesets
29 29 adding manifests
30 adding file revisions
31 modified 1 files, added 1 changesets and 1 new revisions
30 adding file changes
31 added 1 changesets with 1 changes to 1 files
32 32 (run 'hg update' to get a working copy)
33 33 + hg update -m
34 34 + hg commit -m 'commit test' -d '0 0'
@@ -42,8 +42,8 b' pulling from ../A2'
42 42 searching for changes
43 43 adding changesets
44 44 adding manifests
45 adding file revisions
46 modified 0 files, added 1 changesets and 0 new revisions
45 adding file changes
46 added 1 changesets with 0 changes to 0 files
47 47 (run 'hg update' to get a working copy)
48 48 + hg update -m
49 49 + hg commit -m 'commit test' -d '0 0'
@@ -7,8 +7,8 b' 1 files, 1 changesets, 1 total revisions'
7 7 requesting all changes
8 8 adding changesets
9 9 adding manifests
10 adding file revisions
11 modified 1 files, added 1 changesets and 1 new revisions
10 adding file changes
11 added 1 changesets with 1 changes to 1 files
12 12 checking changesets
13 13 checking manifests
14 14 crosschecking files in changesets and manifests
@@ -22,8 +22,8 b' pulling from ../branch'
22 22 searching for changes
23 23 adding changesets
24 24 adding manifests
25 adding file revisions
26 modified 1 files, added 1 changesets and 1 new revisions
25 adding file changes
26 added 1 changesets with 1 changes to 1 files
27 27 (run 'hg update' to get a working copy)
28 28 + hg verify
29 29 checking changesets
@@ -3,8 +3,8 b' searching for changes'
3 3 warning: pulling from an unrelated repository!
4 4 adding changesets
5 5 adding manifests
6 adding file revisions
7 modified 1 files, added 1 changesets and 1 new revisions
6 adding file changes
7 added 1 changesets with 1 changes to 1 files
8 8 (run 'hg update' to get a working copy)
9 9 changeset: 1:9a79c33a9db37480e40fbd2a65d62ebd2a3c441c
10 10 tag: tip
@@ -10,7 +10,7 b' adding a'
10 10 + hg up
11 11 + echo abc
12 12 + hg diff
13 + sed 's/\(\(---\|+++\).*\)\t.*/\1/'
13 + sed 's/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/'
14 14 diff -r c19d34741b0a a
15 15 --- a/a
16 16 +++ b/a
@@ -69,7 +69,7 b' 1'
69 69
70 70
71 71 + hg diff
72 + sed 's/\(\(---\|+++\).*\)\t.*/\1/'
72 + sed 's/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/'
73 73 diff -r 1e71731e6fbb a
74 74 --- a/a
75 75 +++ b/a
General Comments 0
You need to be logged in to leave comments. Login now