Mercurial > evolve
comparison tests/test-wireproto.t @ 1038:45c4739e85dc
evolve: make the "pulling obsolescence marker" message important
This is likely to take some time the user needs to know what is going on.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 08 Aug 2014 17:40:01 -0700 |
parents | bddee73b361e |
children | 657a38cd2ae3 |
comparison
equal
deleted
inserted
replaced
1037:bddee73b361e | 1038:45c4739e85dc |
---|---|
21 | 21 |
22 $ hg init server | 22 $ hg init server |
23 | 23 |
24 $ hg clone ssh://user@dummy/server client | 24 $ hg clone ssh://user@dummy/server client |
25 no changes found | 25 no changes found |
26 pull obsolescence markers | |
26 updating to branch default | 27 updating to branch default |
27 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 28 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
28 $ cp -r client other | 29 $ cp -r client other |
29 | 30 |
30 Smoke testing | 31 Smoke testing |
42 remote: added 2 changesets with 2 changes to 2 files | 43 remote: added 2 changesets with 2 changes to 2 files |
43 $ hg pull | 44 $ hg pull |
44 pulling from ssh://user@dummy/server | 45 pulling from ssh://user@dummy/server |
45 searching for changes | 46 searching for changes |
46 no changes found | 47 no changes found |
48 pull obsolescence markers | |
47 $ hg pull -R ../other | 49 $ hg pull -R ../other |
48 pulling from ssh://user@dummy/server | 50 pulling from ssh://user@dummy/server |
49 requesting all changes | 51 requesting all changes |
50 adding changesets | 52 adding changesets |
51 adding manifests | 53 adding manifests |
52 adding file changes | 54 adding file changes |
53 added 2 changesets with 2 changes to 2 files | 55 added 2 changesets with 2 changes to 2 files |
56 pull obsolescence markers | |
54 (run 'hg update' to get a working copy) | 57 (run 'hg update' to get a working copy) |
55 $ hg push -R ../other | 58 $ hg push -R ../other |
56 pushing to ssh://user@dummy/server | 59 pushing to ssh://user@dummy/server |
57 searching for changes | 60 searching for changes |
58 no changes found | 61 no changes found |
85 searching for changes | 88 searching for changes |
86 adding changesets | 89 adding changesets |
87 adding manifests | 90 adding manifests |
88 adding file changes | 91 adding file changes |
89 added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re) | 92 added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re) |
93 pull obsolescence markers | |
90 (run 'hg heads' to see heads) | 94 (run 'hg heads' to see heads) |
91 $ hg -R ../other pull | 95 $ hg -R ../other pull |
92 pulling from ssh://user@dummy/server | 96 pulling from ssh://user@dummy/server |
93 searching for changes | 97 searching for changes |
94 no changes found | 98 no changes found |
99 pull obsolescence markers | |
95 | 100 |
96 $ cd .. | 101 $ cd .. |
97 | 102 |