comparison tests/test-flagprocessor.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 5ac845ca059a
children 78d9a7b7cdb6
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
105 requesting all changes 105 requesting all changes
106 adding changesets 106 adding changesets
107 adding manifests 107 adding manifests
108 adding file changes 108 adding file changes
109 added 7 changesets with 7 changes to 7 files 109 added 7 changesets with 7 changes to 7 files
110 new changesets 07b1b9442c5b:6e48f4215d24
110 (run 'hg update' to get a working copy) 111 (run 'hg update' to get a working copy)
111 $ hg update 112 $ hg update
112 7 files updated, 0 files merged, 0 files removed, 0 files unresolved 113 7 files updated, 0 files merged, 0 files removed, 0 files unresolved
113 114
114 # TEST: ensure the revision data is consistent 115 # TEST: ensure the revision data is consistent