Mercurial > evolve
comparison tests/test-wireproto.t @ 3100:ccfcacc5ee7c mercurial-4.3
test-compat: revert output change on pull report
The revert the changeset from 8feb2cae7eae. Not relevant for verison < 4.4.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 20 Oct 2017 15:30:42 +0200 |
parents | 8feb2cae7eae |
children | 13cafb250c1a |
comparison
equal
deleted
inserted
replaced
3099:28c0f07b9639 | 3100:ccfcacc5ee7c |
---|---|
51 requesting all changes | 51 requesting all changes |
52 adding changesets | 52 adding changesets |
53 adding manifests | 53 adding manifests |
54 adding file changes | 54 adding file changes |
55 added 2 changesets with 2 changes to 2 files | 55 added 2 changesets with 2 changes to 2 files |
56 new changesets 8685c6d34325:4957bfdac07e | |
57 (run 'hg update' to get a working copy) | 56 (run 'hg update' to get a working copy) |
58 $ hg push -R ../other | 57 $ hg push -R ../other |
59 pushing to ssh://user@dummy/server | 58 pushing to ssh://user@dummy/server |
60 searching for changes | 59 searching for changes |
61 no changes found | 60 no changes found |
93 adding file changes | 92 adding file changes |
94 added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re) | 93 added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re) |
95 obsmarker-exchange: 92 bytes received | 94 obsmarker-exchange: 92 bytes received |
96 1 new obsolescence markers | 95 1 new obsolescence markers |
97 obsoleted 1 changesets | 96 obsoleted 1 changesets |
98 new changesets 9d1c114e7797 | |
99 (run 'hg heads' to see heads) | 97 (run 'hg heads' to see heads) |
100 $ hg -R ../other pull | 98 $ hg -R ../other pull |
101 pulling from ssh://user@dummy/server | 99 pulling from ssh://user@dummy/server |
102 searching for changes | 100 searching for changes |
103 no changes found | 101 no changes found |
126 adding manifests | 124 adding manifests |
127 adding file changes | 125 adding file changes |
128 added 1 changesets with 1 changes to 1 files | 126 added 1 changesets with 1 changes to 1 files |
129 obsmarker-exchange: 92 bytes received | 127 obsmarker-exchange: 92 bytes received |
130 1 new obsolescence markers | 128 1 new obsolescence markers |
131 new changesets a5687ec59dd4 | |
132 (run 'hg update' to get a working copy) | 129 (run 'hg update' to get a working copy) |
133 | 130 |
134 some common hidden | 131 some common hidden |
135 | 132 |
136 $ hg touch . | 133 $ hg touch . |
152 adding file changes | 149 adding file changes |
153 added 1 changesets with 0 changes to 1 files (+1 heads) | 150 added 1 changesets with 0 changes to 1 files (+1 heads) |
154 obsmarker-exchange: 167 bytes received | 151 obsmarker-exchange: 167 bytes received |
155 1 new obsolescence markers | 152 1 new obsolescence markers |
156 obsoleted 1 changesets | 153 obsoleted 1 changesets |
157 new changesets * (glob) | |
158 (run 'hg heads' to see heads) | 154 (run 'hg heads' to see heads) |
159 | 155 |
160 test discovery avoid exchanging known markers | 156 test discovery avoid exchanging known markers |
161 | 157 |
162 $ hg push | 158 $ hg push |