Show More
@@ -1065,7 +1065,7 b" don't care which is which, so we just ma" | |||||
1065 | one containing "new pooled" first, then one one containing "existing |
|
1065 | one containing "new pooled" first, then one one containing "existing | |
1066 | pooled". |
|
1066 | pooled". | |
1067 |
|
1067 | |||
1068 | $ grep 'new pooled' race1.log > /dev/null && cat race1.log || cat race2.log |
|
1068 | $ (grep 'new pooled' race1.log > /dev/null && cat race1.log || cat race2.log) | grep -v lock | |
1069 | (sharing from new pooled repository b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1) |
|
1069 | (sharing from new pooled repository b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1) | |
1070 | requesting all changes |
|
1070 | requesting all changes | |
1071 | adding changesets |
|
1071 | adding changesets | |
@@ -1078,10 +1078,8 b' pooled".' | |||||
1078 | updating working directory |
|
1078 | updating working directory | |
1079 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
1079 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
1080 |
|
1080 | |||
1081 | $ grep 'existing pooled' race1.log > /dev/null && cat race1.log || cat race2.log |
|
1081 | $ (grep 'existing pooled' race1.log > /dev/null && cat race1.log || cat race2.log) | grep -v lock | |
1082 | (sharing from existing pooled repository b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1) |
|
1082 | (sharing from existing pooled repository b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1) | |
1083 | waiting for lock on repository share-destrace2 held by * (glob) |
|
|||
1084 | got lock after \d+ seconds (re) |
|
|||
1085 | searching for changes |
|
1083 | searching for changes | |
1086 | no changes found |
|
1084 | no changes found | |
1087 | adding remote bookmark bookA |
|
1085 | adding remote bookmark bookA |
General Comments 0
You need to be logged in to leave comments.
Login now