comparison tests/test-mq-safety.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 0342bf292f73
children 4441705b7111
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
164 $ hg --cwd .. clone -r 0 forcepush forcepush2 164 $ hg --cwd .. clone -r 0 forcepush forcepush2
165 adding changesets 165 adding changesets
166 adding manifests 166 adding manifests
167 adding file changes 167 adding file changes
168 added 1 changesets with 1 changes to 1 files 168 added 1 changesets with 1 changes to 1 files
169 new changesets 07f494440405
169 updating to branch default 170 updating to branch default
170 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 171 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
171 $ echo a >> a 172 $ echo a >> a
172 $ hg qnew patch 173 $ hg qnew patch
173 174