comparison tests/test-pull-permission.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 8fb6844a4ff1
children f1186c292d03
comparison
equal deleted inserted replaced
34660:d00ec62d156f 34661:eb586ed5d8ce
14 requesting all changes 14 requesting all changes
15 adding changesets 15 adding changesets
16 adding manifests 16 adding manifests
17 adding file changes 17 adding file changes
18 added 1 changesets with 1 changes to 1 files 18 added 1 changesets with 1 changes to 1 files
19 new changesets 97310831fa1a
19 updating to branch default 20 updating to branch default
20 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 21 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
21 22
22 $ chmod +w a/.hg/store # let test clean up 23 $ chmod +w a/.hg/store # let test clean up
23 24