comparison tests/test-bundle-vs-outgoing.t @ 34661:eb586ed5d8ce

transaction-summary: show the range of new revisions upon pull/unbundle (BC) Upon pull or unbundle, we display a message with the range of new revisions fetched. This revision range could readily be used after a pull to look out what's new with 'hg log'. The algorithm takes care of filtering "obsolete" revisions that might be present in transaction's "changes" but should not be displayed to the end user.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 12 Oct 2017 09:39:50 +0200
parents aa9385f983fa
children
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
104 $ hg clone -r3 . ../repo2 104 $ hg clone -r3 . ../repo2
105 adding changesets 105 adding changesets
106 adding manifests 106 adding manifests
107 adding file changes 107 adding file changes
108 added 4 changesets with 4 changes to 1 files 108 added 4 changesets with 4 changes to 1 files
109 new changesets 6ae4cca4e39a:478f191e53f8
109 updating to branch default 110 updating to branch default
110 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 111 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
111 112
112 this should (and does) report 5 outgoing revisions: 4 5 6 7 8 113 this should (and does) report 5 outgoing revisions: 4 5 6 7 8
113 114